projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make ATM_DRIVERS default to n
[openwrt.git]
/
package
/
foxboard-utils
/
Makefile
diff --git
a/package/foxboard-utils/Makefile
b/package/foxboard-utils/Makefile
index
c2ff1d1
..
11fea9d
100644
(file)
--- a/
package/foxboard-utils/Makefile
+++ b/
package/foxboard-utils/Makefile
@@
-24,10
+24,13
@@
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:=@LINUX_2_6_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
@@
-38,8
+41,8
@@
endef
define Package/foxboard-utils/install
$(INSTALL_DIR) $(1)/
$(CP) $(PKG_INSTALL_DIR)/* $(1)
define Package/foxboard-utils/install
$(INSTALL_DIR) $(1)/
$(CP) $(PKG_INSTALL_DIR)/* $(1)
- mkdir
$(1)/www/cgi
- cd $(1)/www/cgi
; ln -s ../../bin/edit
.cgi .
+ mkdir
-p $(1)/www/cgi-bin
+ cd $(1)/www/cgi
-bin; ln -s ../../bin/editcgi
.cgi .
endef
$(eval $(call BuildPackage,foxboard-utils))
endef
$(eval $(call BuildPackage,foxboard-utils))
This page took
0.020525 seconds
and
4
git commands to generate.