1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:39:48 +03:00

Add 2.6 kernel dependency to gpioctl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10325 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2008-01-30 09:38:32 +00:00
parent 226a1f3bf5
commit 122c1c510c

View File

@ -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