projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move out autotools touching stuff to a macro
[openwrt.git]
/
package
/
busybox
/
Makefile
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
f56d246
..
05174a3
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-26,13
+26,15
@@
define Package/busybox
CATEGORY:=Base system
DEFAULT:=y
TITLE:=Core utilities for embedded Linux
CATEGORY:=Base system
DEFAULT:=y
TITLE:=Core utilities for embedded Linux
- DESCRIPTION:=\
- The Swiss Army Knife of embedded Linux. \\\
- It slices, it dices, it makes Julian Fries.
URL:=http://busybox.net/
MENU:=1
endef
URL:=http://busybox.net/
MENU:=1
endef
+define Package/busybox/description
+The Swiss Army Knife of embedded Linux.
+ It slices, it dices, it makes Julian Fries.
+endef
+
define Package/busybox/config
menu "Configuration"
depends on PACKAGE_busybox
define Package/busybox/config
menu "Configuration"
depends on PACKAGE_busybox
This page took
0.03022 seconds
and
4
git commands to generate.