projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd0677
)
Add 2.6 kernel dependency to gpioctl
author
Andy Boyett
<agb@openwrt.org>
Wed, 30 Jan 2008 09:38:32 +0000
(09:38 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Wed, 30 Jan 2008 09:38:32 +0000
(09:38 +0000)
SVN-Revision: 10325
package/gpioctl/Makefile
patch
|
blob
|
history
diff --git
a/package/gpioctl/Makefile
b/package/gpioctl/Makefile
index f288ec9150152f915d73f509e6bbdc4772a17bfa..53f6112492e6526699b08b58b6239ce4b3d6e6f8 100644
(file)
--- 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