mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
cleanup of [4123]
SVN-Revision: 4125
This commit is contained in:
parent
ddf3a0c111
commit
3a39b5c94d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user