diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-20 19:51:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-20 19:51:57 +0000 |
commit | f6d035c3aacfd3e201c19939ad94a76f5e37c2df (patch) | |
tree | b50ed844efe0a3e371f33740d6d9b81b977166e8 /openwrt/package | |
parent | 3b5357f927c0fe18037b21355160b2d6d7ce8c24 (diff) |
fix sdk build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@992 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/sdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sdk/Makefile b/openwrt/package/sdk/Makefile index 2345fcc2a..7644a4a60 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 |