aboutsummaryrefslogtreecommitdiffstats
path: root/package/wificonf/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-23 19:04:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-23 19:04:55 +0000
commit818b542ab78cd17e79476d779ab7342abbe5370e (patch)
tree4f6e7925dc85551011d22e9711877517eb9f4599 /package/wificonf/Makefile
parent88a441fd860a7a853ac7226747dd3865f0ef6ff5 (diff)
downloadupstream-818b542ab78cd17e79476d779ab7342abbe5370e.tar.gz
upstream-818b542ab78cd17e79476d779ab7342abbe5370e.tar.bz2
upstream-818b542ab78cd17e79476d779ab7342abbe5370e.zip
move wificonf to target/linux/package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1537 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wificonf/Makefile')
-rw-r--r--package/wificonf/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile
deleted file mode 100644
index aa03683a10..0000000000
--- a/package/wificonf/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=wificonf
-PKG_RELEASE:=1
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/wificonf
-
-include $(TOPDIR)/package/rules.mk
-
-
-
-
-$(eval $(call PKG_template,WIFICONF,$(PKG_NAME),$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.prepared:
- mkdir -p $@
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- $(TARGET_CC) $(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -o $(PKG_BUILD_DIR)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so
- touch $@
-
-$(IPKG_WIFICONF):
- install -d -m0755 $(IDIR_WIFICONF)/sbin
- install -m0755 $(PKG_BUILD_DIR)/wifi $(IDIR_WIFICONF)/sbin/
- $(RSTRIP) $(IDIR_WIFICONF)
- $(IPKG_BUILD) $(IDIR_WIFICONF) $(PACKAGE_DIR)