From f332fc4fdcaa4ad9e516af7fc108b856e166eee4 Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 20 Jul 2005 23:57:57 +0000 Subject: remove wlc, it is unneeded , okay mbm, nbd git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1511 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openwrt/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'package/openwrt/Makefile') diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index 12453dbc4..c3aea5c21 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -16,7 +16,7 @@ libshared-compile libnvram-compile: libshared-install libnvram-install: libshared-compile libnvram-compile @$(MAKE) -C $(patsubst %-install,%,$@) install -libshared-clean libnvram-clean wlc-clean: +libshared-clean libnvram-clean: @$(MAKE) -C $(patsubst %-clean,%,$@) clean $(PKG_IPK_DIR)/sbin/mtd: mtd.c @@ -27,13 +27,8 @@ $(PKG_IPK_DIR)/sbin/jffs2root: jffs2root.c mkdir -p $(PKG_IPK_DIR)/sbin $(TARGET_CC) -o $@ $< -$(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): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root $(PKG_IPK_DIR)/usr/sbin/wlc +$(PKG_IPK): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root $(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/* mkdir -p $(PACKAGE_DIR) $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) -- cgit v1.2.3