mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 22:53:09 +02:00
Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10857 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9aae40010d
commit
3110d42c42
@ -19,7 +19,7 @@ define Package/gpioctl
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Tool for controlling gpio pins
|
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
|
endef
|
||||||
|
|
||||||
define Package/gpioctl/description
|
define Package/gpioctl/description
|
||||||
|
Loading…
Reference in New Issue
Block a user