cleanup of [4123]
SVN-Revision: 4125
This commit is contained in:
parent
ddf3a0c111
commit
3a39b5c94d
1 changed files with 1 additions and 5 deletions
|
@ -37,8 +37,7 @@ define Package/base-files$(TARGET)
|
||||||
DEFAULT:=y
|
DEFAULT:=y
|
||||||
TITLE:=OpenWrt system scripts
|
TITLE:=OpenWrt system scripts
|
||||||
DESCRIPTION:=Base filesystem for OpenWrt
|
DESCRIPTION:=Base filesystem for OpenWrt
|
||||||
VERSION:=$(PKG_RELEASE)
|
VERSION:=$(PKG_RELEASE)-$(REV)
|
||||||
FORCEREBUILD:=y
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define -ar7-2.4/conffiles
|
define -ar7-2.4/conffiles
|
||||||
|
@ -90,7 +89,6 @@ define Package/libgcc
|
||||||
TITLE:=GCC support library
|
TITLE:=GCC support library
|
||||||
VERSION:=$(LIBGCC_VERSION)-$(PKG_RELEASE)
|
VERSION:=$(LIBGCC_VERSION)-$(PKG_RELEASE)
|
||||||
DESCRIPTION:=$(TITLE)
|
DESCRIPTION:=$(TITLE)
|
||||||
FORCEREBUILD:=n
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libpthread
|
define Package/libpthread
|
||||||
|
@ -99,7 +97,6 @@ define Package/libpthread
|
||||||
VERSION:=$(UCLIBC_VERSION)-$(PKG_RELEASE)
|
VERSION:=$(UCLIBC_VERSION)-$(PKG_RELEASE)
|
||||||
TITLE:=POSIX thread library
|
TITLE:=POSIX thread library
|
||||||
DESCRIPTION:=POSIX thread library
|
DESCRIPTION:=POSIX thread library
|
||||||
FORCEREBUILD:=n
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
@ -108,7 +105,6 @@ define Package/uclibc
|
||||||
VERSION:=$(UCLIBC_VERSION)-$(PKG_RELEASE)
|
VERSION:=$(UCLIBC_VERSION)-$(PKG_RELEASE)
|
||||||
TITLE:=C library
|
TITLE:=C library
|
||||||
DESCRIPTION:=C library for embedded systems
|
DESCRIPTION:=C library for embedded systems
|
||||||
FORCEREBUILD:=n
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
|
Loading…
Reference in a new issue