projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add ocf kernel patch
[openwrt.git]
/
package
/
foxboard-utils
/
Makefile
diff --git
a/package/foxboard-utils/Makefile
b/package/foxboard-utils/Makefile
index
fc63e0c
..
6cb997d
100644
(file)
--- a/
package/foxboard-utils/Makefile
+++ b/
package/foxboard-utils/Makefile
@@
-24,14
+24,17
@@
define Package/foxboard-utils
SECTION:=utils
CATEGORY:=Base system
TITLE:=Foxboard base tools
SECTION:=utils
CATEGORY:=Base system
TITLE:=Foxboard base tools
- DESCRIPTION:=\
- This package contains a collection of tools for configuring the foxboard gpio pins/leds
URL:=http://www.acmesystems.it
URL:=http://www.acmesystems.it
- DEPENDS:=@TARGET_ETRAX
+ DEPENDS:=@TARGET_etrax
+endef
+
+define Package/foxboard-utils/description
+ This package contains a collection of tools for configuring the foxboard
+ gpio pins/leds.
endef
define Build/Compile
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) CFLAGS=
$(TARTGET_CFLAGS) CC=$(TARGET_CC)
+ $(MAKE) -C $(PKG_BUILD_DIR) CFLAGS=
"$(TARGET_CFLAGS)" CC="$(TARGET_CC)"
$(MAKE) -C $(PKG_BUILD_DIR) PREFIX="$(PKG_INSTALL_DIR)" install
endef
$(MAKE) -C $(PKG_BUILD_DIR) PREFIX="$(PKG_INSTALL_DIR)" install
endef
This page took
0.035342 seconds
and
4
git commands to generate.