projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8b5f9
)
fix busybox config parsing for new config format
author
Mike Baker
<mbm@openwrt.org>
Fri, 12 May 2006 21:33:07 +0000
(21:33 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 12 May 2006 21:33:07 +0000
(21:33 +0000)
SVN-Revision: 3770
openwrt/scripts/gen_busybox_config.pl
patch
|
blob
|
history
diff --git
a/openwrt/scripts/gen_busybox_config.pl
b/openwrt/scripts/gen_busybox_config.pl
index 1a84ab999de3f0e3aa219e434745b6fefa3d2daf..0c70b4a116311fa3642a388e93d1513ef384e71b 100755
(executable)
--- a/
openwrt/scripts/gen_busybox_config.pl
+++ b/
openwrt/scripts/gen_busybox_config.pl
@@
-6,11
+6,11
@@
my $l1 = '';
my $l2 = '=y';
while (<>) {
chomp;
- /^(# )
BR2
_LARGEFILE(.+)$/ and do {
+ /^(# )
CONFIG
_LARGEFILE(.+)$/ and do {
$l1 = $1;
$l2 = $2;
};
- /^(# )?BUSYBOX_(.+)/ and do {
+ /^(# )?
CONFIG_
BUSYBOX_(.+)/ and do {
my $p1 = $1;
my $p2 = $2;
$p2 =~ /(CONFIG_LFS|FDISK_SUPPORT_LARGE_DISKS)/ and do {