summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* swconfig: Add generic switch identifiersJonas Gorski2011-07-274-5/+10
| | | | | | | | Also make switches available under a generic name "switch<num>" for device name agnostic access. The old device name is used as an alias for backward compatibility. SVN-Revision: 27800
* base-files: warn when calling /etc/init.d/<script> enable and neither START ↵Felix Fietkau2011-07-271-0/+4
| | | | | | nor STOP is defined SVN-Revision: 27797
* firewall: prevent redundant rules if multiple ports and multiple icmp types ↵Jo-Philipp Wich2011-07-262-8/+17
| | | | | | are given in a rule block for both icmp and other protocols SVN-Revision: 27792
* ath9k: rework tx power handling - display the correct *current* tx power, ↵Felix Fietkau2011-07-266-0/+313
| | | | | | and also fix tx power limits with ATH_USER_REGD set SVN-Revision: 27788
* mac80211: merge a few pending fixes for channel switch handlingFelix Fietkau2011-07-261-0/+28
| | | | SVN-Revision: 27783
* linux-atm: don't fail if an PREFIX env var is setJo-Philipp Wich2011-07-261-0/+1
| | | | SVN-Revision: 27779
* base-files: use "reboot -f" after sysupgrade to prevent executing deleted ↵Jo-Philipp Wich2011-07-252-2/+2
| | | | | | init scripts SVN-Revision: 27776
* mac80211: rename a misnamed patchFelix Fietkau2011-07-251-0/+0
| | | | SVN-Revision: 27769
* mac80211: remove the ccmp rx pn workaround, it should no longer be necessary ↵Felix Fietkau2011-07-251-46/+0
| | | | | | and it was reported to cause connection stability issues (see #9646) SVN-Revision: 27764
* kernel: crypto: fix spellingHauke Mehrtens2011-07-241-1/+1
| | | | SVN-Revision: 27757
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-2417-4852/+22
| | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency SVN-Revision: 27753
* broadcom-wl: give the 007 patch a more meaningful nameJo-Philipp Wich2011-07-241-0/+0
| | | | SVN-Revision: 27752
* broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus ↵Jo-Philipp Wich2011-07-249-10/+568
| | | | | | - refresh and reorder patches - introduce a unified BCMA/SSB glue driver to accomodate for both bus types on brcm47xx - extend wlunbind init script to detach device from bcma-pci-bridge as well SVN-Revision: 27751
* mac80211: do not build bcma from compat-wirelessHauke Mehrtens2011-07-241-0/+11
| | | | SVN-Revision: 27750
* mac80211: fix typo and make broken options depend on BROKENHauke Mehrtens2011-07-231-2/+4
| | | | SVN-Revision: 27735
* mca80211: add support for b43 on bcma bus.Hauke Mehrtens2011-07-236-6/+2700
| | | | | | This makes b43 work on broadcom SoCs using bcma as system bus. SVN-Revision: 27734
* kernel: add bcma packageHauke Mehrtens2011-07-231-0/+23
| | | | SVN-Revision: 27732
* base-files: attempt bring up related wifi devices when calling ifup If a ↵Jo-Philipp Wich2011-07-223-17/+49
| | | | | | | | | | | | | | | user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly). The changeset modifies the "ifup" command to search for related wireless devices and call "wifi up" on them if applicable. This way the commands for wireless and non-wireless interfaces are unified from a cli point of view. The "ifup -a" case has not been changed to keep the logic of the /etc/init.d/network boot sequence. This might be changed later. Solves #9763. SVN-Revision: 27720
* firewall: fix serious bug in state var handling (#9746)Jo-Philipp Wich2011-07-202-3/+3
| | | | SVN-Revision: 27711
* comgt: clean up patch, rename gcom binary to comgt, but add a compatibility ↵Felix Fietkau2011-07-203-91/+28
| | | | | | symlink SVN-Revision: 27699
* uci: fix one more unused-but-set issue (#9731)Felix Fietkau2011-07-191-4/+4
| | | | SVN-Revision: 27698
* uhttpd: pass feature flags (#9742)Jo-Philipp Wich2011-07-191-1/+7
| | | | SVN-Revision: 27689
* ath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe ↵Felix Fietkau2011-07-191-0/+51
| | | | | | others) contain bogus data, which breaks wifi SVN-Revision: 27688
* uhttpd: support building against openssl instead of cyassl, minor cleanups ↵Jo-Philipp Wich2011-07-186-27/+98
| | | | | | (#7827) SVN-Revision: 27686
* uci: update to fix more unused-but-set issues (#9731)Felix Fietkau2011-07-181-3/+3
| | | | SVN-Revision: 27681
* uci: update to 2011-07-18, fixes #9731Felix Fietkau2011-07-181-4/+4
| | | | SVN-Revision: 27680
* resolveip: fix whitespaceJo-Philipp Wich2011-07-171-11/+11
| | | | SVN-Revision: 27671
* pptp: properly support symbolic VPN host names, tear down created host ↵Jo-Philipp Wich2011-07-172-5/+13
| | | | | | routes (#4876) SVN-Revision: 27669
* add "resolveip", a small DNS lookup utility for use in scripts (#4876)Jo-Philipp Wich2011-07-172-0/+142
| | | | SVN-Revision: 27666
* uboot-lantiqJohn Crispin2011-07-175-3/+132
| | | | | | fix arv752DPW and add arv7525PW SVN-Revision: 27664
* revert parts of r27488 to uboot-lantiqJohn Crispin2011-07-171-5/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 27663
* better lantiq support in madwifiJohn Crispin2011-07-172-5/+8
| | | | | | | | | | 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 <openwrt@lukaperkov.net> SVN-Revision: 27662
* reorganize ltq-dsl-appJohn Crispin2011-07-172-8/+35
| | | | | | | | Add menu options to ltq-dsl-app. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 27661
* base-files: implement a generic mechanism to map per-interface sysctls to ↵Jo-Philipp Wich2011-07-172-1/+21
| | | | | | 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
* iptables: refresh patchesJo-Philipp Wich2011-07-172-19/+13
| | | | SVN-Revision: 27652
* 6to4: provide "adv_preferred_lifetime" and "adv_valid_lifetime" options to ↵Jo-Philipp Wich2011-07-172-5/+12
| | | | | | control the generated radvd prefix values (#9147) SVN-Revision: 27650
* iptables: rewrite module help texts (#7446)Jo-Philipp Wich2011-07-171-64/+134
| | | | SVN-Revision: 27648
* iptables: fix redundant binaries in iptables-utils & ip6tables-utils (#9691)Jo-Philipp Wich2011-07-171-3/+7
| | | | SVN-Revision: 27646
* mountd: correctly handle poll() timeout case, solves possible 100% CPU load ↵Jo-Philipp Wich2011-07-172-2/+34
| | | | | | when idle (#7293) SVN-Revision: 27635
* base-files: add -h and --help options to sysupgrade (#9728)Jo-Philipp Wich2011-07-172-2/+5
| | | | SVN-Revision: 27630
* uhttpd: unblock signals in CGI childs, solves hanging ssh logout after ↵Jo-Philipp Wich2011-07-173-3/+13
| | | | | | server restart from within LuCI and similar problems SVN-Revision: 27628
* firewall: rework state variable handling, use uci_toggle_state() where ↵Jo-Philipp Wich2011-07-152-18/+25
| | | | | | applicable and properly handle duplicates in add and del state helpers (#9152, #9710) SVN-Revision: 27618
* base-files: use uci_toggle_state() to prevent unwanted aggregation of state ↵Jo-Philipp Wich2011-07-154-10/+10
| | | | | | vars (#9711) SVN-Revision: 27616
* uci: implement a uci_toogle_state() wrapper in the shell api which calls ↵Jo-Philipp Wich2011-07-152-2/+7
| | | | | | uci_revert_state() before uci_set_state() SVN-Revision: 27614
* ath9k: add some more fixes to the mic failure handling rework patchFelix Fietkau2011-07-131-7/+28
| | | | SVN-Revision: 27607
* mac80211: fix compile errors because of duplicate atomic64 implementations ↵Felix Fietkau2011-07-131-2/+6
| | | | | | (#9690) SVN-Revision: 27605
* ath9k: fix mic frame handling for bigger packetsFelix Fietkau2011-07-121-6/+6
| | | | SVN-Revision: 27596
* fixup orion compileImre Kaloz2011-07-111-1/+1
| | | | SVN-Revision: 27591
* wrong md5sum in ltq-ifxosJohn Crispin2011-07-101-1/+1
| | | | | | Signed-off-by: Luka Perkov SVN-Revision: 27575
* mac80211: backport atomic64_t support for kernels that don't support itFelix Fietkau2011-07-091-0/+87
| | | | SVN-Revision: 27572