openwrt/staging/mans0n.git
14 years agoath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe others...
Felix Fietkau [Tue, 19 Jul 2011 06:42:26 +0000 (06:42 +0000)]
ath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe others) contain bogus data, which breaks wifi

SVN-Revision: 27688

14 years ago* fix external interrupts
John Crispin [Mon, 18 Jul 2011 16:27:11 +0000 (16:27 +0000)]
* fix external interrupts

SVN-Revision: 27687

14 years agouhttpd: support building against openssl instead of cyassl, minor cleanups (#7827)
Jo-Philipp Wich [Mon, 18 Jul 2011 14:18:31 +0000 (14:18 +0000)]
uhttpd: support building against openssl instead of cyassl, minor cleanups (#7827)

SVN-Revision: 27686

14 years agouci: update to fix more unused-but-set issues (#9731)
Felix Fietkau [Mon, 18 Jul 2011 10:09:53 +0000 (10:09 +0000)]
uci: update to fix more unused-but-set issues (#9731)

SVN-Revision: 27681

14 years agouci: update to 2011-07-18, fixes #9731
Felix Fietkau [Mon, 18 Jul 2011 06:32:45 +0000 (06:32 +0000)]
uci: update to 2011-07-18, fixes #9731

SVN-Revision: 27680

14 years agoresolveip: fix whitespace
Jo-Philipp Wich [Sun, 17 Jul 2011 22:47:56 +0000 (22:47 +0000)]
resolveip: fix whitespace

SVN-Revision: 27671

14 years agopptp: properly support symbolic VPN host names, tear down created host routes (#4876)
Jo-Philipp Wich [Sun, 17 Jul 2011 22:42:29 +0000 (22:42 +0000)]
pptp: properly support symbolic VPN host names, tear down created host routes (#4876)

SVN-Revision: 27669

14 years agoadd "resolveip", a small DNS lookup utility for use in scripts (#4876)
Jo-Philipp Wich [Sun, 17 Jul 2011 22:20:48 +0000 (22:20 +0000)]
add "resolveip", a small DNS lookup utility for use in scripts (#4876)

SVN-Revision: 27666

14 years ago* add gigasx76x update
John Crispin [Sun, 17 Jul 2011 19:27:44 +0000 (19:27 +0000)]
* add gigasx76x update
* rebase patches
* add arv752DPW arv7525PD
* fixes gpio_keys

Signed-off-by: Luka Perkov <[email protected]>
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 27665

14 years agouboot-lantiq
John Crispin [Sun, 17 Jul 2011 19:27:34 +0000 (19:27 +0000)]
uboot-lantiq

fix arv752DPW and add arv7525PW

SVN-Revision: 27664

14 years agorevert parts of r27488 to uboot-lantiq
John Crispin [Sun, 17 Jul 2011 19:27:24 +0000 (19:27 +0000)]
revert parts of r27488 to uboot-lantiq

Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 27663

14 years agobetter lantiq support in madwifi
John Crispin [Sun, 17 Jul 2011 19:27:14 +0000 (19:27 +0000)]
better lantiq support in madwifi

Allow for each lantiq target (without wifi eeprom) to define where
wireless configuration data is on flash. Patch also adds support for
sx763 lantiq target.

Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 27662

14 years agoreorganize ltq-dsl-app
John Crispin [Sun, 17 Jul 2011 19:26:35 +0000 (19:26 +0000)]
reorganize ltq-dsl-app

Add menu options to ltq-dsl-app.

Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 27661

14 years agobase-files: implement a generic mechanism to map per-interface sysctls to uci. -...
Jo-Philipp Wich [Sun, 17 Jul 2011 17:10:30 +0000 (17:10 +0000)]
base-files: implement a generic mechanism to map per-interface sysctls to uci. - option ipv4_xyz is mapped to /proc/sys/net/ipv4/{conf,neigh}/xyz - option ipv6_xyz is mapped to /proc/sys/net/ipv6/{conf,neigh}/xyz This allows e.g. "option ipv6_proxy_ndp 1" to enable NDP proxying on wan. Fixes ticket #8699.

SVN-Revision: 27653

14 years agoiptables: refresh patches
Jo-Philipp Wich [Sun, 17 Jul 2011 15:53:34 +0000 (15:53 +0000)]
iptables: refresh patches

SVN-Revision: 27652

14 years ago6to4: provide "adv_preferred_lifetime" and "adv_valid_lifetime" options to control...
Jo-Philipp Wich [Sun, 17 Jul 2011 15:43:18 +0000 (15:43 +0000)]
6to4: provide "adv_preferred_lifetime" and "adv_valid_lifetime" options to control the generated radvd prefix values (#9147)

SVN-Revision: 27650

14 years agoiptables: rewrite module help texts (#7446)
Jo-Philipp Wich [Sun, 17 Jul 2011 15:31:30 +0000 (15:31 +0000)]
iptables: rewrite module help texts (#7446)

SVN-Revision: 27648

14 years agoiptables: fix redundant binaries in iptables-utils & ip6tables-utils (#9691)
Jo-Philipp Wich [Sun, 17 Jul 2011 15:01:07 +0000 (15:01 +0000)]
iptables: fix redundant binaries in iptables-utils & ip6tables-utils (#9691)

SVN-Revision: 27646

14 years agoadd additionnal debug symbols when kernel debugging is enabled
Florian Fainelli [Sun, 17 Jul 2011 12:30:04 +0000 (12:30 +0000)]
add additionnal debug symbols when kernel debugging is enabled

SVN-Revision: 27637

14 years agomountd: correctly handle poll() timeout case, solves possible 100% CPU load when...
Jo-Philipp Wich [Sun, 17 Jul 2011 11:58:05 +0000 (11:58 +0000)]
mountd: correctly handle poll() timeout case, solves possible 100% CPU load when idle (#7293)

SVN-Revision: 27635

14 years agobase-files: add -h and --help options to sysupgrade (#9728)
Jo-Philipp Wich [Sun, 17 Jul 2011 09:27:14 +0000 (09:27 +0000)]
base-files: add -h and --help options to sysupgrade (#9728)

SVN-Revision: 27630

14 years agouhttpd: unblock signals in CGI childs, solves hanging ssh logout after server restart...
Jo-Philipp Wich [Sun, 17 Jul 2011 07:18:59 +0000 (07:18 +0000)]
uhttpd: unblock signals in CGI childs, solves hanging ssh logout after server restart from within LuCI and similar problems

SVN-Revision: 27628

14 years agoeglibc: remove obsolete dependencies to fix missing config options for eglibc 2.13
Felix Fietkau [Sat, 16 Jul 2011 10:27:48 +0000 (10:27 +0000)]
eglibc: remove obsolete dependencies to fix missing config options for eglibc 2.13

SVN-Revision: 27623

14 years agoadd ehci support to DWV-S0 board (#9059)
Florian Fainelli [Sat, 16 Jul 2011 08:39:04 +0000 (08:39 +0000)]
add ehci support to DWV-S0 board (#9059)

SVN-Revision: 27622

14 years agofirewall: rework state variable handling, use uci_toggle_state() where applicable...
Jo-Philipp Wich [Fri, 15 Jul 2011 15:03:57 +0000 (15:03 +0000)]
firewall: rework state variable handling, use uci_toggle_state() where applicable and properly handle duplicates in add and del state helpers (#9152, #9710)

SVN-Revision: 27618

14 years agobase-files: use uci_toggle_state() to prevent unwanted aggregation of state vars...
Jo-Philipp Wich [Fri, 15 Jul 2011 14:57:44 +0000 (14:57 +0000)]
base-files: use uci_toggle_state() to prevent unwanted aggregation of state vars (#9711)

SVN-Revision: 27616

14 years agouci: implement a uci_toogle_state() wrapper in the shell api which calls uci_revert_s...
Jo-Philipp Wich [Fri, 15 Jul 2011 14:52:38 +0000 (14:52 +0000)]
uci: implement a uci_toogle_state() wrapper in the shell api which calls uci_revert_state() before uci_set_state()

SVN-Revision: 27614

14 years agoath9k: add some more fixes to the mic failure handling rework patch
Felix Fietkau [Wed, 13 Jul 2011 15:37:36 +0000 (15:37 +0000)]
ath9k: add some more fixes to the mic failure handling rework patch

SVN-Revision: 27607

14 years agomac80211: fix compile errors because of duplicate atomic64 implementations (#9690)
Felix Fietkau [Wed, 13 Jul 2011 15:01:18 +0000 (15:01 +0000)]
mac80211: fix compile errors because of duplicate atomic64 implementations (#9690)

SVN-Revision: 27605

14 years agofix GEN_SPI_RSET_BASE macro (#9697)
Florian Fainelli [Wed, 13 Jul 2011 09:33:11 +0000 (09:33 +0000)]
fix GEN_SPI_RSET_BASE macro (#9697)

SVN-Revision: 27604

14 years agoupgrade to 3.0-rc7
Imre Kaloz [Tue, 12 Jul 2011 13:44:16 +0000 (13:44 +0000)]
upgrade to 3.0-rc7

SVN-Revision: 27600

14 years agoIn R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back.
Imre Kaloz [Tue, 12 Jul 2011 13:34:18 +0000 (13:34 +0000)]
In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back.

Signed-off-by: Jochen Friedrich <[email protected]>
SVN-Revision: 27599

14 years agoath9k: fix mic frame handling for bigger packets
Felix Fietkau [Tue, 12 Jul 2011 03:24:53 +0000 (03:24 +0000)]
ath9k: fix mic frame handling for bigger packets

SVN-Revision: 27596

14 years agoupgrade to 3.0-rc6 and optimize for armv5te again
Imre Kaloz [Mon, 11 Jul 2011 20:35:16 +0000 (20:35 +0000)]
upgrade to 3.0-rc6 and optimize for armv5te again

SVN-Revision: 27592

14 years agofixup orion compile
Imre Kaloz [Mon, 11 Jul 2011 16:52:28 +0000 (16:52 +0000)]
fixup orion compile

SVN-Revision: 27591

14 years agowrong md5sum in ltq-ifxos
John Crispin [Sun, 10 Jul 2011 10:40:37 +0000 (10:40 +0000)]
wrong md5sum in ltq-ifxos

Signed-off-by: Luka Perkov
SVN-Revision: 27575

14 years agomac80211: backport atomic64_t support for kernels that don't support it
Felix Fietkau [Sat, 9 Jul 2011 09:01:17 +0000 (09:01 +0000)]
mac80211: backport atomic64_t support for kernels that don't support it

SVN-Revision: 27572

14 years agohostapd: refresh patch
Felix Fietkau [Sat, 9 Jul 2011 07:28:00 +0000 (07:28 +0000)]
hostapd: refresh patch

SVN-Revision: 27571

14 years agohostapd: send EAPOL frames using the same WMM queue as management frames - fixes...
Felix Fietkau [Sat, 9 Jul 2011 07:20:19 +0000 (07:20 +0000)]
hostapd: send EAPOL frames using the same WMM queue as management frames - fixes reconnect issues under load

SVN-Revision: 27570

14 years agohostapd: only advertise a single encryption type via WPS if multiple are supported...
Felix Fietkau [Sat, 9 Jul 2011 07:19:55 +0000 (07:19 +0000)]
hostapd: only advertise a single encryption type via WPS if multiple are supported - fixes windows 7 interop issues

SVN-Revision: 27569

14 years agoar71xx: do not reset the hardware on transmit timeout - this would mess up the up...
Felix Fietkau [Sat, 9 Jul 2011 06:30:13 +0000 (06:30 +0000)]
ar71xx: do not reset the hardware on transmit timeout - this would mess up the up the PHY state

SVN-Revision: 27568

14 years agoag71xx: keep the rx engine stopped while the link is not up, should hopefully fix...
Felix Fietkau [Sat, 9 Jul 2011 06:29:46 +0000 (06:29 +0000)]
ag71xx: keep the rx engine stopped while the link is not up, should hopefully fix stability issues from #9405

SVN-Revision: 27567

14 years agoath9k: merge some pending initval fixes for ar9380
Felix Fietkau [Sat, 9 Jul 2011 04:20:01 +0000 (04:20 +0000)]
ath9k: merge some pending initval fixes for ar9380

SVN-Revision: 27566

14 years agoath9k: fix sifs time for half/quarter and remove some unnecessary defines
Felix Fietkau [Sat, 9 Jul 2011 04:19:41 +0000 (04:19 +0000)]
ath9k: fix sifs time for half/quarter and remove some unnecessary defines

SVN-Revision: 27565

14 years agoath9k: add more fixes for TKIP MIC validation
Felix Fietkau [Sat, 9 Jul 2011 03:33:59 +0000 (03:33 +0000)]
ath9k: add more fixes for TKIP MIC validation

SVN-Revision: 27564

14 years agoath9k: add a temporary uci option for setting the channel bandwidth
Felix Fietkau [Fri, 8 Jul 2011 17:19:42 +0000 (17:19 +0000)]
ath9k: add a temporary uci option for setting the channel bandwidth

SVN-Revision: 27563

14 years agoath9k: add more fixes for half/quarter rate support
Felix Fietkau [Fri, 8 Jul 2011 17:19:21 +0000 (17:19 +0000)]
ath9k: add more fixes for half/quarter rate support

SVN-Revision: 27562

14 years agothe only reasons for having 4.4 around are avr32 and ubicom32, so make it depend...
Imre Kaloz [Fri, 8 Jul 2011 11:15:00 +0000 (11:15 +0000)]
the only reasons for having 4.4 around are avr32 and ubicom32, so make it depend on them

SVN-Revision: 27559

14 years agouse the new upstream l2cache and wdt code, smaller changes, refresh patches
Imre Kaloz [Fri, 8 Jul 2011 09:41:07 +0000 (09:41 +0000)]
use the new upstream l2cache and wdt code, smaller changes, refresh patches

SVN-Revision: 27558

14 years agoadd mpcore_wdt fixes
Imre Kaloz [Fri, 8 Jul 2011 09:33:13 +0000 (09:33 +0000)]
add mpcore_wdt fixes

SVN-Revision: 27557

14 years agotoolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)
Felix Fietkau [Fri, 8 Jul 2011 08:13:50 +0000 (08:13 +0000)]
toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)

SVN-Revision: 27556

14 years agouClibc: fix messed up patch headers in fts patch (patch from #9671)
Felix Fietkau [Fri, 8 Jul 2011 07:14:23 +0000 (07:14 +0000)]
uClibc: fix messed up patch headers in fts patch (patch from #9671)

SVN-Revision: 27555

14 years agomac80211: fix an interop issue with some broken 802.11n clients (#9436)
Felix Fietkau [Fri, 8 Jul 2011 05:49:33 +0000 (05:49 +0000)]
mac80211: fix an interop issue with some broken 802.11n clients (#9436)

SVN-Revision: 27554

14 years agofirmware-utils: rename the devname variable in mkwrgimg to avoid a clash with a BSD...
Felix Fietkau [Fri, 8 Jul 2011 05:20:24 +0000 (05:20 +0000)]
firmware-utils: rename the devname variable in mkwrgimg to avoid a clash with a BSD stdlib function

SVN-Revision: 27553

14 years agomac80211: add pending crypto bugfixes
Felix Fietkau [Fri, 8 Jul 2011 05:20:03 +0000 (05:20 +0000)]
mac80211: add pending crypto bugfixes

SVN-Revision: 27552

14 years agofix ppc toolchain build
Imre Kaloz [Thu, 7 Jul 2011 22:19:38 +0000 (22:19 +0000)]
fix ppc toolchain build

SVN-Revision: 27551

14 years agofix generation of falcon images for profiles
John Crispin [Thu, 7 Jul 2011 20:20:51 +0000 (20:20 +0000)]
fix generation of falcon images for profiles

SVN-Revision: 27550

14 years agoadds 2 ASC related patches to lantiq
John Crispin [Thu, 7 Jul 2011 20:20:46 +0000 (20:20 +0000)]
adds 2 ASC related patches to lantiq

Signed-off-by: Thomas Langer <[email protected]>
SVN-Revision: 27549

14 years agokmod-dm9000 should build as a module
John Crispin [Thu, 7 Jul 2011 18:21:01 +0000 (18:21 +0000)]
kmod-dm9000 should build as a module

SVN-Revision: 27543

14 years agofix up falcon kernel config
John Crispin [Thu, 7 Jul 2011 18:20:56 +0000 (18:20 +0000)]
fix up falcon kernel config

SVN-Revision: 27542

14 years agofix i2c-falcon kmod package selection
John Crispin [Thu, 7 Jul 2011 18:20:51 +0000 (18:20 +0000)]
fix i2c-falcon kmod package selection

SVN-Revision: 27541

14 years agofix ltq-vmmc SoC dependency
John Crispin [Thu, 7 Jul 2011 18:20:47 +0000 (18:20 +0000)]
fix ltq-vmmc SoC dependency

SVN-Revision: 27540

14 years agoupdate ltq-vmmc patches
John Crispin [Thu, 7 Jul 2011 18:20:42 +0000 (18:20 +0000)]
update ltq-vmmc patches

SVN-Revision: 27539

14 years agoreplace all references to xway with danube
John Crispin [Thu, 7 Jul 2011 18:20:37 +0000 (18:20 +0000)]
replace all references to xway with danube

SVN-Revision: 27538

14 years agofix lantiq image makefile to represent new split between ar9 and danube
John Crispin [Thu, 7 Jul 2011 18:20:31 +0000 (18:20 +0000)]
fix lantiq image makefile to represent new split between ar9 and danube

SVN-Revision: 27537

14 years agoadd ar9 specific profile
John Crispin [Thu, 7 Jul 2011 18:20:27 +0000 (18:20 +0000)]
add ar9 specific profile

SVN-Revision: 27536

14 years agorename xway profile to danube and remove ar9 specifics
John Crispin [Thu, 7 Jul 2011 18:20:21 +0000 (18:20 +0000)]
rename xway profile to danube and remove ar9 specifics

SVN-Revision: 27535

14 years agoremove ar9 board from xway profiles
John Crispin [Thu, 7 Jul 2011 18:20:16 +0000 (18:20 +0000)]
remove ar9 board from xway profiles

SVN-Revision: 27534

14 years agoupdate ltq-tapidemo to 5.1.0.53
John Crispin [Thu, 7 Jul 2011 18:20:11 +0000 (18:20 +0000)]
update ltq-tapidemo to 5.1.0.53

SVN-Revision: 27533

14 years agoremove CONFIG_MTD_PARTITIONS references from lantiq 3.0 patches
John Crispin [Thu, 7 Jul 2011 18:20:07 +0000 (18:20 +0000)]
remove CONFIG_MTD_PARTITIONS references from lantiq 3.0 patches

SVN-Revision: 27532

14 years agoupdate ltq-ifxos to version 1.5.14
John Crispin [Thu, 7 Jul 2011 18:20:02 +0000 (18:20 +0000)]
update ltq-ifxos to version 1.5.14

SVN-Revision: 27531

14 years agofixes ltq-vmmc for none falcon targets
John Crispin [Thu, 7 Jul 2011 18:19:57 +0000 (18:19 +0000)]
fixes ltq-vmmc for none falcon targets

SVN-Revision: 27530

14 years agopjsip-ltq-tap is for all lantiq targets
John Crispin [Thu, 7 Jul 2011 18:19:51 +0000 (18:19 +0000)]
pjsip-ltq-tap is for all lantiq targets

SVN-Revision: 27529

14 years agorefresh patches
Imre Kaloz [Thu, 7 Jul 2011 17:18:50 +0000 (17:18 +0000)]
refresh patches

SVN-Revision: 27528

14 years agorefresh patches
Imre Kaloz [Thu, 7 Jul 2011 17:18:06 +0000 (17:18 +0000)]
refresh patches

SVN-Revision: 27527

14 years agoenable smp support
Imre Kaloz [Thu, 7 Jul 2011 17:17:44 +0000 (17:17 +0000)]
enable smp support

SVN-Revision: 27526

14 years agomake smp code more similar to upstream
Imre Kaloz [Thu, 7 Jul 2011 17:17:06 +0000 (17:17 +0000)]
make smp code more similar to upstream

SVN-Revision: 27525

14 years ago3.0 is at rc6 now
Imre Kaloz [Thu, 7 Jul 2011 13:30:41 +0000 (13:30 +0000)]
3.0 is at rc6 now

SVN-Revision: 27524

14 years agoar71xx: build image for the AP121 boards with 4M of flash
Gabor Juhos [Thu, 7 Jul 2011 13:01:50 +0000 (13:01 +0000)]
ar71xx: build image for the AP121 boards with 4M of flash

SVN-Revision: 27523

14 years agoar71xx: add separate profiles for the AP121 and AP121-MINI boards
Gabor Juhos [Thu, 7 Jul 2011 13:01:48 +0000 (13:01 +0000)]
ar71xx: add separate profiles for the AP121 and AP121-MINI boards

SVN-Revision: 27522

14 years agofirewall: make sure that -m mac is used with --mac-source, follow up to r27508
Jo-Philipp Wich [Thu, 7 Jul 2011 10:28:31 +0000 (10:28 +0000)]
firewall: make sure that -m mac is used with --mac-source, follow up to r27508

SVN-Revision: 27519

14 years agoadd support for and switch to XZ compressed kernels on ARM
Imre Kaloz [Thu, 7 Jul 2011 10:26:16 +0000 (10:26 +0000)]
add support for and switch to XZ compressed kernels on ARM

SVN-Revision: 27518

14 years agoselect the right cpu
Imre Kaloz [Thu, 7 Jul 2011 10:24:37 +0000 (10:24 +0000)]
select the right cpu

SVN-Revision: 27517

14 years agoadd perf
Florian Fainelli [Thu, 7 Jul 2011 09:43:04 +0000 (09:43 +0000)]
add perf

SVN-Revision: 27515

14 years agofix building of perf for arm on uclibc
Florian Fainelli [Thu, 7 Jul 2011 09:43:00 +0000 (09:43 +0000)]
fix building of perf for arm on uclibc

SVN-Revision: 27514

14 years agouclibc: backport FTS support
Florian Fainelli [Thu, 7 Jul 2011 09:42:57 +0000 (09:42 +0000)]
uclibc: backport FTS support

SVN-Revision: 27513

14 years agoenable support for perf events
Florian Fainelli [Thu, 7 Jul 2011 09:42:53 +0000 (09:42 +0000)]
enable support for perf events

SVN-Revision: 27512

14 years agoenable perf counter support
Florian Fainelli [Thu, 7 Jul 2011 09:42:50 +0000 (09:42 +0000)]
enable perf counter support

SVN-Revision: 27511

14 years agoeglibc: add support for 2.14
Florian Fainelli [Thu, 7 Jul 2011 09:42:47 +0000 (09:42 +0000)]
eglibc: add support for 2.14

SVN-Revision: 27510

14 years agoremove reference to old eglibc versions.
Florian Fainelli [Thu, 7 Jul 2011 09:42:44 +0000 (09:42 +0000)]
remove reference to old eglibc versions.

SVN-Revision: 27509

14 years agofirewall: also correct another variable missed in previous commit
Daniel Dickinson [Thu, 7 Jul 2011 08:59:40 +0000 (08:59 +0000)]
firewall: also correct another variable missed in previous commit

SVN-Revision: 27508

14 years agofirewall: fix wrong variable names for protocol command line parameter - were missed...
Daniel Dickinson [Thu, 7 Jul 2011 08:54:29 +0000 (08:54 +0000)]
firewall: fix wrong variable names for protocol command line parameter - were missed during r27500

SVN-Revision: 27507

14 years agobase-files: diag.sh: added failsafe led definition
Daniel Dickinson [Thu, 7 Jul 2011 03:09:20 +0000 (03:09 +0000)]
base-files: diag.sh: added failsafe led definition

SVN-Revision: 27502

14 years agobase-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused errors...
Daniel Dickinson [Thu, 7 Jul 2011 02:52:02 +0000 (02:52 +0000)]
base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit

SVN-Revision: 27501

14 years agofirewall: - solve scoping issues when multiple values are used, thanks Daniel Dickins...
Jo-Philipp Wich [Wed, 6 Jul 2011 22:10:46 +0000 (22:10 +0000)]
firewall: - solve scoping issues when multiple values are used, thanks Daniel Dickinson - ignore src_port/dest_port for proto icmp rules, ignore icmp_type for non-icmp rules - properly handle icmp when proto is given in numerical form (1, 58) - support negated icmp types

SVN-Revision: 27500

14 years agoltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsip
John Crispin [Wed, 6 Jul 2011 19:02:27 +0000 (19:02 +0000)]
ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsip

SVN-Revision: 27498

14 years agoltq-tapi is not xway specific
John Crispin [Wed, 6 Jul 2011 19:02:16 +0000 (19:02 +0000)]
ltq-tapi is not xway specific

SVN-Revision: 27497

14 years agoget ready for 3.0
John Crispin [Wed, 6 Jul 2011 17:27:17 +0000 (17:27 +0000)]
get ready for 3.0

SVN-Revision: 27496

14 years agoramips: fix buffalo image generation
Gabor Juhos [Wed, 6 Jul 2011 16:46:33 +0000 (16:46 +0000)]
ramips: fix buffalo image generation

SVN-Revision: 27495

14 years agoLantiq TAPI driver also build for other platforms
John Crispin [Wed, 6 Jul 2011 13:41:16 +0000 (13:41 +0000)]
Lantiq TAPI driver also build for other platforms

thanks Matthias Buecher

SVN-Revision: 27494