diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-30 20:23:43 +0000 |
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-30 20:23:43 +0000 |
| commit | ca45ac5c10ef66901cdb43f2a643e792bdf15ad9 (patch) | |
| tree | 3cdb62744a5003c4dcc8158efe9a155a47dd4f2f /package/wificonf/Makefile | |
| parent | 34d342e6d4f3455204b3d189ad093e6c7eb2361d (diff) | |
remove wificonf (will be replaced by wlc later)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3850 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wificonf/Makefile')
| -rw-r--r-- | package/wificonf/Makefile | 27 |
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 |
