ar7-atm: fix sysctl (closes #3122)
[openwrt.git] / package / gpioctl / Makefile
index f288ec9..b002ea5 100644 (file)
@@ -19,6 +19,7 @@ define Package/gpioctl
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Tool for controlling gpio pins
+  DEPENDS:=@LINUX_2_6 @TARGET_ixp4xx
 endef
 
 define Package/gpioctl/description
@@ -32,7 +33,7 @@ endef
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               $(TARGET_CONFIGURE_OPTS) CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/include" 
+               $(TARGET_CONFIGURE_OPTS) CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/include"
 endef
 
 define Package/gpioctl/install
This page took 0.019842 seconds and 4 git commands to generate.