remove obsolete kernel dependencies and version checks
[openwrt/openwrt.git] / package / swconfig / Makefile
index b0a72ceeb70e3a378707932a5662d9d2658aef45..24ebaee456a0bc4283714dd54df2816dffa3fcec 100644 (file)
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/kernel.mk
 define Package/swconfig
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=@LINUX_2_6 @!TARGET_brcm47xx +libuci +libnl-tiny
+  DEPENDS:=@!TARGET_brcm47xx +libuci +libnl-tiny
   TITLE:=Switch configuration utility
 endef