freewrt_1_0
freewrt_2_0
|
Last change
on this file since 4954a39 was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_
tested with a standard build (only the squashfs
image since the jffs2 didn't get built)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
488 bytes
|
| Line | |
|---|
| 1 | menu "busybox........................... The Swiss Army Knife of embedded Linux"
|
|---|
| 2 |
|
|---|
| 3 | config FWRT_PACKAGE_BUSYBOX
|
|---|
| 4 | prompt "busybox........................... The Swiss Army Knife of embedded Linux"
|
|---|
| 5 | bool
|
|---|
| 6 | default y
|
|---|
| 7 | help
|
|---|
| 8 | The Swiss Army Knife of embedded Linux. It slices, it dices, it
|
|---|
| 9 | makes Julian Fries.
|
|---|
| 10 |
|
|---|
| 11 | http://busybox.net/
|
|---|
| 12 |
|
|---|
| 13 | Most people will answer Y.
|
|---|
| 14 |
|
|---|
| 15 | menu "Busybox Configuration"
|
|---|
| 16 | depends FWRT_PACKAGE_BUSYBOX
|
|---|
| 17 |
|
|---|
| 18 | source package/busybox/config/Config.in
|
|---|
| 19 |
|
|---|
| 20 | endmenu
|
|---|
| 21 |
|
|---|
| 22 | endmenu
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.