Felix Fietkau
35b92f0c99
don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type 'update' instead; fixes #3906
...
SVN-Revision: 12671
16 years ago
Felix Fietkau
deb3f95996
madwifi: fix locking issues in state machine changes
...
SVN-Revision: 12670
16 years ago
Felix Fietkau
a361a8101c
fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, but not used
...
SVN-Revision: 12664
16 years ago
Felix Fietkau
ebd408630f
fix multiple instances of busybox httpd (thx, Yanira)
...
SVN-Revision: 12663
16 years ago
Nicolas Thill
038f8c0532
add missing /etc/functions.sh include required for saving network state ( closes : #3902 )
...
SVN-Revision: 12660
16 years ago
Nicolas Thill
7218e6326f
make links to statup scripts in /etc/rc.d relative
...
SVN-Revision: 12659
16 years ago
Felix Fietkau
f47a4a58c5
fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based config append optional (leave enabled on x86)
...
SVN-Revision: 12657
16 years ago
Felix Fietkau
bbd9eb4669
clean up mtd, fix up trx header when integrating jffs2 data on broadcom devices
...
SVN-Revision: 12655
16 years ago
Felix Fietkau
d374e28a2b
mtd: use broadcom specific code on linux 2.6 as well
...
SVN-Revision: 12651
16 years ago
Felix Fietkau
413b45df85
fix mtd target define for brcm-2.4
...
SVN-Revision: 12650
16 years ago
Nicolas Thill
2c8010b2dc
make the whole iptables/netfiter modular ( closes : #3871 , #3527 )
...
SVN-Revision: 12649
16 years ago
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
Florian Fainelli
ed19d22451
Upgrade iw to stable 0.9.5
...
SVN-Revision: 12642
16 years ago
Steven Barth
954c24c5ed
Fixed a typo in the firewall scripts
...
SVN-Revision: 12616
16 years ago
Steven Barth
efb4cebbc6
Fixed a typo in firewall scripts, closes #4000
...
SVN-Revision: 12613
16 years ago
Nicolas Thill
772fe7fe71
use the Download/ macro to get ACX firmwares
...
SVN-Revision: 12612
16 years ago
Nicolas Thill
76e78e2203
add missing dependency on libblkid to swap-utils, needed for swapon/off ( closes : #3993 )
...
SVN-Revision: 12610
16 years ago
Jens Muecke
76c9809ed4
Compile fix libnl - hidden symbol `__clz_tab' ( fix #3899 ) - thanks to gig-tmp
...
SVN-Revision: 12609
16 years ago
Gabor Juhos
94fee20231
remove 2.6.25 specific stuff
...
SVN-Revision: 12598
16 years ago
Travis Kemen
8b8a68859d
fix depends, from sn9
...
SVN-Revision: 12589
16 years ago
Travis Kemen
91d3e6b05b
make option name optional
...
SVN-Revision: 12585
16 years ago
Felix Fietkau
9029e3d9ef
madwifi: fix x86_64 compilation
...
SVN-Revision: 12574
16 years ago
Felix Fietkau
52bb4fac97
madwifi: upgrade to 2008-09-09 HAL
...
SVN-Revision: 12573
16 years ago
Felix Fietkau
22585e578b
sysupgrade: add optional delay before rebooting
...
SVN-Revision: 12572
16 years ago
Steven Barth
5a4e88710b
Prevent unwanted shell expansion
...
SVN-Revision: 12568
16 years ago
John Crispin
6eefb5071d
fixes script that mounts usd storage when it gets attached
...
SVN-Revision: 12548
16 years ago
Steven Barth
05118305ec
dnsmasq: Use a more intelligent way of parsing dhcp-options using the new UCI list datatype
...
SVN-Revision: 12547
16 years ago
Felix Fietkau
fefd23fe13
restore the /tmp/resolv.conf symlink when stopping dnsmasq
...
SVN-Revision: 12546
16 years ago
Felix Fietkau
71b6a22476
madwifi: add missing include file for the tools multicall binary
...
SVN-Revision: 12541
16 years ago
Felix Fietkau
f7ad843fdc
madwifi: select the right hal binary for EABI on ARM
...
SVN-Revision: 12540
16 years ago
Felix Fietkau
359c7e3eb6
upgrade to uci 0.6.2 (bugfixes)
...
SVN-Revision: 12535
16 years ago
Felix Fietkau
e08253b1c2
change the an openssl sed command to be safe for -Wl,-rpath-link in ldflags
...
SVN-Revision: 12511
16 years ago
Felix Fietkau
081d16fed0
remove 0-byte files
...
SVN-Revision: 12501
16 years ago
Felix Fietkau
6e426abba1
nuke ipkg, now that we use opkg, we don't need it anymore
...
SVN-Revision: 12500
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
Felix Fietkau
dd8a612816
madwifi upstream does not work on wisoc
...
SVN-Revision: 12489
16 years ago
Felix Fietkau
76c95e5692
fix madwifi upstream compile for mips ( #3952 )
...
SVN-Revision: 12488
16 years ago
Travis Kemen
347913a53c
add option to cache local queries, from sn9
...
SVN-Revision: 12485
16 years ago
Lars-Peter Clausen
fbdb8046c2
Fix enabling of init scripts.
...
SVN-Revision: 12482
16 years ago
John Crispin
38516cd780
fixes usb storage mounting
...
SVN-Revision: 12465
16 years ago
Nicolas Thill
0fa02d0f80
Change even more dependencies on kmod-video-core after [12460]
...
SVN-Revision: 12462
16 years ago
Nicolas Thill
5506066981
Fix AT91 MMC host controller path on 2.6.25
...
SVN-Revision: 12458
16 years ago
Florian Fainelli
027563a593
Use a newer acx firmware
...
SVN-Revision: 12455
16 years ago
Felix Fietkau
b2e997983b
madwifi: fix compile warning
...
SVN-Revision: 12450
16 years ago
Felix Fietkau
29edfd71dc
improve wds sta mode compatibility
...
SVN-Revision: 12449
16 years ago
Nicolas Thill
5f84265c34
Make ide-core depend on pci support, remove dupe Kconfig item
...
SVN-Revision: 12448
16 years ago
Florian Fainelli
b9489c5983
Correctly set b/g rate tables for mac80211, thanks sn9
...
SVN-Revision: 12445
16 years ago