From 6766d68c8526d03c8080f54a1348a2d0948f38c4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 3 Apr 2008 20:28:10 +0000 Subject: add gpio support to atheros, fixes #1861, thanks Othello git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10724 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/gpioctl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/gpioctl') diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile index 664564259a..9576bb0ae4 100644 --- a/package/gpioctl/Makefile +++ b/package/gpioctl/Makefile @@ -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) + DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros) endef define Package/gpioctl/description -- cgit v1.2.3