1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[toolchain] add support for uClibc v0.9.30 (closes: #4271), thanks to Luigi Mantellini & Puchu!

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2009-01-21 11:45:32 +00:00
parent 572f8170e9
commit 4f14cc6657
18 changed files with 2693 additions and 1 deletions

View File

@@ -39,6 +39,12 @@ ifeq ($(PKG_VERSION),0.9.29)
endif
endif
ifeq ($(PKG_VERSION),0.9.30)
ifeq ($(PKG_EXTRAVERSION),)
PKG_MD5SUM:=e5766e2566e0297adebebbcc0aba1f2d
endif
endif
ifeq ($(PKG_VERSION_SNAPSHOT),y)
PATCH_DIR:=
CONFIG_DIR:=./config
@@ -132,7 +138,8 @@ define Build/Prepare
HOSTCC="$(HOSTCC)" \
CC="$(TARGET_CC)" \
CPU_CFLAGS="$(TARGET_CFLAGS)" \
pregen install_dev;
pregen \
$(if $(CONFIG_UCLIBC_VERSION_0_9_28),install_dev,install_headers)
endef
define Build/Configure