mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02: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:
parent
226a1f3bf5
commit
122c1c510c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user