Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)

SVN-Revision: 10857
This commit is contained in:
Florian Fainelli 2008-04-17 17:34:04 +00:00
parent 353e3305a5
commit b5ddac51df
1 changed files with 1 additions and 1 deletions

View 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