Nicolas Thill
2219c8b27f
upgrade busybox to v1.11.2 and add current upstream fixes
...
SVN-Revision: 12648
16 years ago
Nicolas Thill
5d45133fc2
remove patch missed from [12498] only needed for ipkg support
...
SVN-Revision: 12647
16 years ago
Felix Fietkau
059e7be269
remove ipkg from busybox
...
SVN-Revision: 12498
16 years ago
Felix Fietkau
2a58b9c729
remove awx from busybox, refresh patches
...
SVN-Revision: 12497
16 years ago
Felix Fietkau
e833cd9c61
BusyBox httpd Accept Header Patch
...
With this patch the BusyBox httpd pass the "Accept:" and
"Accept-Language:" header by the environment variables to the
CGI-Script, so this can make Content Negotiation to deliver the page in
the language, which was selected by the user in the browser settings,
and/or serve the XHTML page with the right MIME-Type
application/xhtml+xml to user agents which support it und text/html
which don't.
Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
SVN-Revision: 12496
16 years ago
Andy Boyett
a12f23ba98
Use unsigned longs for bitwise operations in awk, thanks benoar. - Resolves the ipcalc.sh bug on some arches, closes #3012 , #3946 - Submitted upstream as busybox bug #4774
...
SVN-Revision: 12427
16 years ago
Felix Fietkau
20054336c0
add back busybox httpd password auth support - fixes x-wrt
...
SVN-Revision: 12422
16 years ago
Felix Fietkau
d42892ab5e
fix busybox compile on mac os x
...
SVN-Revision: 12409
16 years ago
Nicolas Thill
be1b3822d9
remove empty patches left over after [12348]
...
SVN-Revision: 12350
16 years ago
Imre Kaloz
1e82faaa5e
upgrade busybox to v1.11.1 and add current upstream fixes
...
SVN-Revision: 12348
16 years ago
Travis Kemen
99dd3e13fc
make opkg the default package manager, disable busybox ipkg from building by default
...
SVN-Revision: 12319
16 years ago
Florian Fainelli
a53aa71c83
Do not run telnet if either dropbear or openssh server are running ( #3839 )
...
SVN-Revision: 12258
17 years ago
Travis Kemen
603f612d83
Fix a wrong variable names (ifname, wan) and enhance httpd's init script by more configurable options. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name>
...
SVN-Revision: 10536
17 years ago
John Crispin
6df5a9cf17
only start crond if there are files in the crontab
...
SVN-Revision: 10292
17 years ago
John Crispin
dfa7ec4c25
make busybox have hwclocjk tool enable by default
...
SVN-Revision: 10255
17 years ago
Felix Fietkau
4ff87a6638
oops, applied the ipkg patch with the wrong patchlevel
...
SVN-Revision: 10253
17 years ago
Travis Kemen
e8bc160a02
disable use of sendfile() for httpd
...
SVN-Revision: 10200
17 years ago
Felix Fietkau
563d234596
don't call deconfig in udhcpc when entering the renew phase
...
SVN-Revision: 10136
17 years ago
Felix Fietkau
c9a70962ec
save memory in ipkg while parsing package lists - there's no need to load the whole files into ram before parsing them
...
SVN-Revision: 10125
17 years ago
Felix Fietkau
e47bfc7c48
remove memleak patch because of issues with premature freeing of memory - i will try to reduce the memory usage in a different way
...
SVN-Revision: 10122
17 years ago
Felix Fietkau
f002d13e3c
restore old memleak fix
...
SVN-Revision: 10092
17 years ago
Felix Fietkau
ea8a6fd24c
add updated ipkg conffiles patch by cdtdaddy
...
SVN-Revision: 10091
17 years ago
Felix Fietkau
3e64a8c618
fix ipkg segfault and add conffiles patch from #2946
...
SVN-Revision: 10090
17 years ago
Felix Fietkau
e19d5bca42
fix a horrible memleak in ipkg ( #2702 )
...
SVN-Revision: 10036
17 years ago
Florian Fainelli
c5e404a555
Make ipkg depends on tar and gunzip ( #2821 )
...
SVN-Revision: 9785
17 years ago
Felix Fietkau
a017e2ad7f
remove a broken patch that should have been nuked with the busybox upgrade ( #2809 )
...
SVN-Revision: 9720
17 years ago
Felix Fietkau
f45990d8fe
finally fix libintl issues on osx and potentially other platforms by disabling its use in busybox completely
...
SVN-Revision: 9663
17 years ago
Felix Fietkau
115290946a
Remove HOST_LOADLIBES fix from busybox, caused problems.
...
OS X 10.5 compilation is rebroken for now. Fixes for this issue will need to be tested in more detail.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9662
17 years ago
Felix Fietkau
412bedd41c
busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9660
17 years ago
Travis Kemen
a0c5fbe5ff
update busybox to 1.8.2
...
SVN-Revision: 9625
17 years ago
Felix Fietkau
391f696e4b
add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
...
SVN-Revision: 9546
17 years ago
Felix Fietkau
f8d965201b
disable a totally braindead optimization in busybox that causes various applets to crash on mips
...
SVN-Revision: 9532
17 years ago
Felix Fietkau
8fba43d0f1
upgrade busybox to 1.8.1
...
SVN-Revision: 9524
17 years ago
Tim Yardley
4b91aa933e
forgot to bump up the release version from the patches the other day
...
SVN-Revision: 9470
17 years ago
Tim Yardley
b8c9855d84
expose an environment variable (IPKG_UPGRADE) to the scripts executed during a package upgrade so that they can intelligently determine what to do inside the ipk
...
SVN-Revision: 9465
17 years ago
Tim Yardley
e80afe04b8
add username/password options to ipkg, note this only works if you have a real wget implementation rather than the busybox limited wget
...
SVN-Revision: 9464
17 years ago
Tim Yardley
a4fbe94c84
refresh busybox patches
...
SVN-Revision: 9463
17 years ago
Felix Fietkau
5017d5fc8e
fix absolute path to .ko files in insmod
...
SVN-Revision: 9428
17 years ago
Felix Fietkau
fc5a739fbe
fix insmod crash when the module is not found
...
SVN-Revision: 9194
17 years ago
Felix Fietkau
38315565b2
enable nice
...
SVN-Revision: 9181
17 years ago
Felix Fietkau
3b23e91fff
fix segfault with insmod on 2.4
...
SVN-Revision: 9146
17 years ago
Felix Fietkau
06cc9686a6
fix compile error with 2.4
...
SVN-Revision: 9137
17 years ago
Felix Fietkau
2e5ae70cc5
add upstream fixes for 1.7.2
...
SVN-Revision: 9131
17 years ago
Felix Fietkau
fe313941ac
Upgrade busybox to 1.7.2 - clean up insmod crap - add some lineno/programname fixes for awx - clean up awk getopt stuff - remove unnecessary patches
...
SVN-Revision: 9130
17 years ago
Nicolas Thill
d2f3292266
fix busybox configuration submenu
...
SVN-Revision: 9103
17 years ago
Felix Fietkau
9de337e21d
enable ps -w by default
...
SVN-Revision: 8946
17 years ago
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
17 years ago
Felix Fietkau
e1184aaa1a
enable start-stop-daemon by default, i want to use this to clean up a few init scripts soon
...
SVN-Revision: 8652
17 years ago
Florian Fainelli
a706affb3a
Fix the CONFIG_LFS option ( #2276 )
...
SVN-Revision: 8512
17 years ago
Felix Fietkau
20bed1e866
fix a socket leak in udhcpc (patch by Eric L. Chen)
...
SVN-Revision: 8069
18 years ago