From: Andy Boyett Date: Wed, 30 Jan 2008 09:38:32 +0000 (+0000) Subject: Add 2.6 kernel dependency to gpioctl X-Git-Tag: reboot~27133 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=36d6e448f216907dacc897b71831dcf9b2dcfd5e;p=openwrt%2Fstaging%2Fchunkeey.git Add 2.6 kernel dependency to gpioctl SVN-Revision: 10325 --- diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile index f288ec9150..53f6112492 100644 --- a/package/gpioctl/Makefile +++ b/package/gpioctl/Makefile @@ -19,6 +19,7 @@ define Package/gpioctl SECTION:=utils CATEGORY:=Utilities TITLE:=Tool for controlling gpio pins + DEPENDS:=@LINUX_2_6 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