summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* netifd: update to latest version, fixes interface hotplugging issuesnbd2011-10-231-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add two simple scripts for querying interface/device statusnbd2011-10-232-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: reload the network config on ifup -anbd2011-10-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: prevent ip6tables -t nat rules (#10265)jow2011-10-232-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix another instance of unquoted "*"jow2011-10-222-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix possible expansion of "*" when rules with "option ↵jow2011-10-222-6/+11
| | | | | | src *" are processed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: do not check for module availability, let iptables fail ↵jow2011-10-222-16/+2
| | | | | | if a feature is not present (#7610) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] wrt55agv2-spidevs: fix build with recent kernelnico2011-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add dependency on kmod-crypto-authenc to kmod-ipsec ↵nico2011-10-221-1/+1
| | | | | | (closes: #7431) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add a dependency on jshnnbd2011-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: update to 1.19.2 (thanks to Peter Wagner)nico2011-10-2158-549/+1023
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: fix segfault on import of anonymous sections (#10204)nbd2011-10-211-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: update to latest version (includes several bugfixes)nbd2011-10-211-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add missing dependencies on libuci and libnl-tinynbd2011-10-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an initial (experimental) version of netifd, disabled by defaultnbd2011-10-2114-1/+499
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pppd: fix the exit code in case of authentication failure or other errorsnbd2011-10-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}nbd2011-10-206-18/+101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubusd: add an init scriptnbd2011-10-202-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: move network related scripts to a separate package to make the ↵nbd2011-10-2010-0/+45
| | | | | | transition to netifd easier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add cname sectionthepeople2011-10-201-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: sync with HE.net endpoint update changesjow2011-10-172-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: fix a double free of pkg vectors when recursively removing ↵jow2011-10-152-1/+11
| | | | | | packages due to --autoremove git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udev: Provide define to enable compilation with kernel 2.6.32.33 ↵hcg2011-10-141-0/+13
| | | | | | headers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: autoload ath9k_htc after USB controller driversjow2011-10-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix some dependencies and make lib80211 compile without cfg80211 ↵hauke2011-10-131-7/+8
| | | | | | | | | | | | selected * libertas: does not depend on mac80211 but on cfg80211 and it uses wext * libipw: also uses wext * net-hermes: it is enough if the main package net-hermes depends on cfg80211 * Now it is possible to build it without cfg80211 at all git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use new version of carl80211 firmwarehauke2011-10-131-2/+2
| | | | | | | This firmware is compatible with the driver version in use. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use correct firmware for ath9k_htchauke2011-10-131-4/+5
| | | | | | | | | | The old firmware for ath9k_htc was not compatible with the driver since april. Also update to a new version of linux-firmware to get the newest version of these firmware files. Thank you Helmut Schaa for reporting this. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: introduce "igmp_snooping" option to toggle IGMP ↵jow2011-10-112-2/+4
| | | | | | snooping on bridge interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-dsl]blogic2011-10-1030-566/+10593
| | | | | | | | | * add support for ar9 * add support for ase (vr9 support is still a todo) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, includes a small bugfix for object call repliesnbd2011-10-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix i2c section after r28334florian2011-10-101-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update libubox and ubus to the latest versionnbd2011-10-092-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-10-05 + pending patchesnbd2011-10-0947-4732/+11045
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/gdb: disable expat properly, remove conditional dependency on ↵nico2011-10-091-4/+4
| | | | | | libexpat, bump release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: set the country code early to allow crda to settlenbd2011-10-081-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove a WARN_ON that causes compile errors on 2.6.32nbd2011-10-081-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to v3.1, add support for per-chain signal strength infonbd2011-10-086-97/+324
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add support for per-chain signal strength infonbd2011-10-082-0/+444
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: extend the phy error disable patchnbd2011-10-081-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: disable phy error reporting on the rx queue to improve stability ↵nbd2011-10-072-1/+17
| | | | | | under noisy conditions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iproute2: update to 2.6.39florian2011-10-075-17/+8
| | | | | | Signed-off-by: Daniel Mierswa <impulze@impulze.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: move the rp_pppoe_* options behind the plugin argumentjow2011-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: implement pppoe specific uci options "ac" and "service" which ↵jow2011-10-041-3/+14
| | | | | | map to "rp_pppoe_ac" and "rp_pppoe_service" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service ↵jow2011-10-043-4/+12
| | | | | | options by appending the nic-xxx argument last git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: fix vlan/port configs being applied to all switchesjogo2011-10-032-3/+3
| | | | | | Check devn instead of dev (which will never be null at this point). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add patch for linux-3.0 as well.cshore2011-10-031-0/+2
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 ↵cshore2011-10-031-0/+5
| | | | | | | | it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] package I2C_MUX_GPIOblogic2011-10-011-0/+15
| | | | | | | | this module was missing from [28334] buildbots timed out as the symbol was not defined git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some more fixes to AP handling of buffered frames for powersave ↵nbd2011-09-302-10/+40
| | | | | | clients git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-hwmon-lm95241florian2011-09-301-0/+14
| | | | | | | | This allows building the module for the national lm95241 i2c temperature sensor. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28335 3c298f89-4303-0410-b956-a3cf2f4a3e73