mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
fix sdk build
SVN-Revision: 992
This commit is contained in:
parent
8fffd0e036
commit
8f1f61717c
@ -48,7 +48,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2:
|
||||
mkdir -p $(IB_BUILD_DIR)/packages
|
||||
(cd $(PACKAGE_DIR); \
|
||||
cp ipkg_* busybox_* kmod-brcm-* kmod-wlcompat* dnsmasq_* iptables_* dropbear_* kmod-diag_* \
|
||||
wireless-tools_* zlib* bridge_* ppp_* ppp-pppoe* kmod-ppp* openwrt-utils* $(IB_BUILD_DIR)/packages/; \
|
||||
wireless-tools_* zlib* bridge_* ppp_* ppp*pppoe* kmod-ppp* openwrt-utils* $(IB_BUILD_DIR)/packages/; \
|
||||
)
|
||||
egrep '^[^(include|prepare|compile|install)]' < $(TOPDIR)/target/jffs2/Makefile > $(IB_BUILD_DIR)/include/jffs2.mk
|
||||
egrep '^[^(include|prepare|compile|install)]' < $(TOPDIR)/target/squashfs-lzma/Makefile > $(IB_BUILD_DIR)/include/squashfs-lzma.mk
|
||||
|
Loading…
Reference in New Issue
Block a user