summaryrefslogtreecommitdiffstats
path: root/package/gpioctl
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2008-01-30 09:38:32 +0000
committerAndy Boyett <agb@openwrt.org>2008-01-30 09:38:32 +0000
commit36d6e448f216907dacc897b71831dcf9b2dcfd5e (patch)
tree0c1f9a8a17aa72e03a5a044b874728cd32743630 /package/gpioctl
parent2dd0677c86aecb25538d4511f85155fabc3cbeb3 (diff)
downloadmaster-31e0f0ae-36d6e448f216907dacc897b71831dcf9b2dcfd5e.tar.gz
master-31e0f0ae-36d6e448f216907dacc897b71831dcf9b2dcfd5e.tar.bz2
master-31e0f0ae-36d6e448f216907dacc897b71831dcf9b2dcfd5e.zip
Add 2.6 kernel dependency to gpioctl
SVN-Revision: 10325
Diffstat (limited to 'package/gpioctl')
-rw-r--r--package/gpioctl/Makefile3
1 files changed, 2 insertions, 1 deletions
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