projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move package description to a separate definition, remove it when DESCRIPTION=TITLE
[openwrt.git]
/
package
/
fonera-mp3
/
Makefile
diff --git
a/package/fonera-mp3/Makefile
b/package/fonera-mp3/Makefile
index
dabef83
..
b46f4e3
100644
(file)
--- a/
package/fonera-mp3/Makefile
+++ b/
package/fonera-mp3/Makefile
@@
-19,12
+19,14
@@
include $(INCLUDE_DIR)/package.mk
define Package/fonera-mp3d
SECTION:=utils
CATEGORY:=Utilities
define Package/fonera-mp3d
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@
LINUX_2_6
_ATHEROS
+ DEPENDS:=@
TARGET
_ATHEROS
TITLE:=Daemon for fonera-mp3
TITLE:=Daemon for fonera-mp3
- DESCRIPTION:=Daemon to drive a vs1011X mp3 decoder attached to the \
- fonera gpio pins
endef
endef
+define Package/fonera-mp3d/description
+ Daemon to drive a vs1011X mp3 decoder attached to the
+ fonera gpio pins
+
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
This page took
0.023762 seconds
and
4
git commands to generate.