summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-20 19:51:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-20 19:51:57 +0000
commit8f1f61717cfdec04fb77baae07e1a4b5eb85bf0d (patch)
treeb50ed844efe0a3e371f33740d6d9b81b977166e8 /openwrt/package
parent8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8 (diff)
downloadmtk-20170518-8f1f61717cfdec04fb77baae07e1a4b5eb85bf0d.zip
mtk-20170518-8f1f61717cfdec04fb77baae07e1a4b5eb85bf0d.tar.gz
mtk-20170518-8f1f61717cfdec04fb77baae07e1a4b5eb85bf0d.tar.bz2
fix sdk build
SVN-Revision: 992
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/sdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sdk/Makefile b/openwrt/package/sdk/Makefile
index 2345fcc..7644a4a 100644
--- a/openwrt/package/sdk/Makefile
+++ b/openwrt/package/sdk/Makefile
@@ -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