projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update hostapd to 0.6.4
[openwrt.git]
/
package
/
gpioctl
/
Makefile
diff --git
a/package/gpioctl/Makefile
b/package/gpioctl/Makefile
index
f288ec9
..
be684f1
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
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Tool for controlling gpio pins
+ DEPENDS:=@GPIO_SUPPORT
endef
define Package/gpioctl/description
endef
define Package/gpioctl/description
@@
-32,7
+33,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
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
endef
define Package/gpioctl/install
This page took
0.020646 seconds
and
4
git commands to generate.