diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-07-10 23:21:56 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-07-10 23:21:56 +0000 |
| commit | 3a39b5c94d37d2219f9624499941b28809e9ca5f (patch) | |
| tree | 335bde571e62c9afadbbfaea9cc620866f4d5111 | |
| parent | ddf3a0c11135924be3ffd3d40cb6484c5ca1651a (diff) | |
| download | mtk-20170518-3a39b5c94d37d2219f9624499941b28809e9ca5f.zip mtk-20170518-3a39b5c94d37d2219f9624499941b28809e9ca5f.tar.gz mtk-20170518-3a39b5c94d37d2219f9624499941b28809e9ca5f.tar.bz2 | |
cleanup of [4123]
SVN-Revision: 4125
| -rw-r--r-- | openwrt/package/base-files/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index daa15d0..8fccf79 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -37,8 +37,7 @@ define Package/base-files$(TARGET) DEFAULT:=y TITLE:=OpenWrt system scripts DESCRIPTION:=Base filesystem for OpenWrt - VERSION:=$(PKG_RELEASE) - FORCEREBUILD:=y + VERSION:=$(PKG_RELEASE)-$(REV) endef define -ar7-2.4/conffiles @@ -90,7 +89,6 @@ define Package/libgcc TITLE:=GCC support library VERSION:=$(LIBGCC_VERSION)-$(PKG_RELEASE) DESCRIPTION:=$(TITLE) - FORCEREBUILD:=n endef define Package/libpthread @@ -99,7 +97,6 @@ define Package/libpthread VERSION:=$(UCLIBC_VERSION)-$(PKG_RELEASE) TITLE:=POSIX thread library DESCRIPTION:=POSIX thread library - FORCEREBUILD:=n endef @@ -108,7 +105,6 @@ define Package/uclibc VERSION:=$(UCLIBC_VERSION)-$(PKG_RELEASE) TITLE:=C library DESCRIPTION:=C library for embedded systems - FORCEREBUILD:=n endef define Build/Prepare |
