summaryrefslogtreecommitdiffstats
path: root/package/wificonf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/wificonf/Makefile')
-rw-r--r--package/wificonf/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile
deleted file mode 100644
index dc61267a7..000000000
--- a/package/wificonf/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=wificonf
-PKG_RELEASE:=5
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/wificonf
-
-include $(TOPDIR)/package/rules.mk
-
-define Package/wificonf
-SECTION:=base
-CATEGORY:=Network
-DEPENDS:=nvram +wireless-tools
-TITLE:=replacement utility for wlconf
-DESCRIPTION:=Replacement utility for wlconf
-endef
-
-define Build/Compile
- $(TARGET_CC) $(TARGET_CFLAGS) -Iinclude/ -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
-endef
-
-define Package/wificonf/install
- install -d -m0755 $(1)/sbin
- install -m0755 $(PKG_BUILD_DIR)/wifi $(1)/sbin/
-endef