Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Apr 2008 17:34:04 +0000 (17:34 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Apr 2008 17:34:04 +0000 (17:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10857 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/gpioctl/Makefile

index 9576bb0..dd8f167 100644 (file)
@@ -19,7 +19,7 @@ define Package/gpioctl
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Tool for controlling gpio pins
-  DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros)
+  DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros||@TARGET_adm5120)
 endef
 
 define Package/gpioctl/description