package/mac80211: add menuconfig option for enabling debug support via debugfs
[openwrt.git] / package / swconfig / Makefile
index fcabf83..8a1f80f 100644 (file)
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/kernel.mk
 define Package/swconfig
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=@LINUX_2_6_26||LINUX_2_6_27||LINUX_2_6_28||LINUX_2_6_29 +libuci +libnl-tiny
+  DEPENDS:=@LINUX_2_6 +libuci +libnl-tiny
   TITLE:=Switch configuration utility
 endef
 
@@ -39,8 +39,8 @@ define Build/Compile
 endef
 
 define Package/swconfig/install
-       $(INSTALL_DIR) $(1)/bin $(1)/lib/network
-       $(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/bin/swconfig
+       $(INSTALL_DIR) $(1)/sbin $(1)/lib/network
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/sbin/swconfig
        $(INSTALL_DATA) ./files/switch.sh $(1)/lib/network/
 endef
 
This page took 0.02488 seconds and 4 git commands to generate.