diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-11 11:07:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-11 11:07:47 +0000 |
commit | 8480b3568e9ac76ef5dfc8e084395a56573f4b43 (patch) | |
tree | 67b3bed1625fbfe71240d17c78a6c7d6da4a9609 /package/openwrt/Makefile | |
parent | d42a20bf3e3cb6f1c1da93283cc70b30371d6715 (diff) |
remove wlconf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openwrt/Makefile')
-rw-r--r-- | package/openwrt/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index 73e7329dbf..7e7b954e11 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -31,11 +31,7 @@ $(PKG_IPK_DIR)/usr/sbin/wlc: wlc.c libshared-install mkdir -p $(PKG_IPK_DIR)/usr/sbin $(TARGET_CC) -o $@ $< -lshared -L./libshared -I$(SHARED_INCLUDE) -$(PKG_IPK_DIR)/usr/sbin/wlconf: wlconf.c libshared-install libnvram-install - mkdir -p $(PKG_IPK_DIR)/usr/sbin - $(TARGET_CC) -o $@ $< -lshared -L./libshared -lnvram -L./libnvram -I$(SHARED_INCLUDE) - -$(PKG_IPK): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root $(PKG_IPK_DIR)/usr/sbin/wlc $(PKG_IPK_DIR)/usr/sbin/wlconf +$(PKG_IPK): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root $(PKG_IPK_DIR)/usr/sbin/wlc $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_RELEASE) $(ARCH) $(STRIP) $(PKG_IPK_DIR)/usr/sbin/* $(STRIP) $(PKG_IPK_DIR)/sbin/* |