mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
cleanup of [4123]
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4125 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e7359513be
commit
bbeb64c6e9
@ -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