aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* use ext4 for ext2/3 on 2.6.32+Imre Kaloz2010-11-221-2/+2
| | | | SVN-Revision: 24083
* add ext4 supportImre Kaloz2010-11-221-0/+267
| | | | SVN-Revision: 24079
* crda: update regulatory.bin based on latest wireless-regdb.gitFelix Fietkau2010-11-211-3/+4
| | | | SVN-Revision: 24063
* ath9k: fix some more endian issuesFelix Fietkau2010-11-211-0/+58
| | | | SVN-Revision: 24062
* Package dnsmasq init-file If an already running DHCP-server is found on the ↵Jo-Philipp Wich2010-11-212-3/+8
| | | | | | | | configured interface, the init-script refuses to start, but does not give a hint why. It took us some days to track down this behavior in our MANET, where every wifi/adhoc-node runs it own DHCP-server. Now syslog is more verbose on this. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 24051
* ath9k: fix endian issues on AR9003Felix Fietkau2010-11-201-0/+676
| | | | SVN-Revision: 24047
* mac80211: revert the probe request timeout changeFelix Fietkau2010-11-201-9/+0
| | | | SVN-Revision: 24046
* mac80211: update to latest wireless-testing + more stability workFelix Fietkau2010-11-204-131/+283
| | | | SVN-Revision: 24044
* openssl: refresh 200-ocf-20100325.patchJo-Philipp Wich2010-11-191-12/+12
| | | | SVN-Revision: 24042
* hostapd: terminate mainloop if interface setup fails, prevents blocking init ↵Jo-Philipp Wich2010-11-191-0/+81
| | | | | | or /sbin/wifi if an incorrect channel is configured SVN-Revision: 24041
* openssl: update to 0.9.8pJo-Philipp Wich2010-11-191-2/+2
| | | | SVN-Revision: 24037
* mac80211: merge the upstream ht40 fixFelix Fietkau2010-11-191-0/+13
| | | | SVN-Revision: 24033
* hostapd: back out a problematic madwifi change that worked around some ↵Felix Fietkau2010-11-191-15/+1
| | | | | | issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode (fixes #8267) SVN-Revision: 24032
* ath9k: rework the mac address override patch to not break ath9k_htcFelix Fietkau2010-11-192-60/+29
| | | | SVN-Revision: 24031
* mac80211: merge pending cfg80211 patches to fix a race condition with ↵Felix Fietkau2010-11-181-0/+178
| | | | | | setting the regdomain for multiple cards SVN-Revision: 24028
* 6in4: implement metric optionJo-Philipp Wich2010-11-172-2/+5
| | | | SVN-Revision: 24022
* 6to4: implement metric optionJo-Philipp Wich2010-11-172-2/+5
| | | | SVN-Revision: 24021
* base-file: add metric option for static and dhcp protos, this simplifies the ↵Jo-Philipp Wich2010-11-173-5/+8
| | | | | | management of multiple default routes SVN-Revision: 24020
* acx-mac80211: fix compile errors with the new compat-wirelessFelix Fietkau2010-11-171-1/+2
| | | | SVN-Revision: 24019
* mac80211: update to wireless-testing 2010-11-16Felix Fietkau2010-11-1719-3970/+350
| | | | SVN-Revision: 24017
* ath9k: add some fixes for AR9003Felix Fietkau2010-11-162-0/+171
| | | | SVN-Revision: 24016
* target/linux: revert r24014 (further testing is needed)Alexandros C. Couloumbis2010-11-161-2/+2
| | | | SVN-Revision: 24015
* linux/generic: add kernel mppc/mppe for 2.6.37. ↵Alexandros C. Couloumbis2010-11-161-2/+2
| | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) SVN-Revision: 24014
* fix proc filesystem usage, patch from Wipster.Florian Fainelli2010-11-152-12/+86
| | | | SVN-Revision: 24008
* 6to4: use revert instead of delete, avoids aggregating deltas in /tmp/.uci ↵Jo-Philipp Wich2010-11-151-4/+4
| | | | | | over time SVN-Revision: 23998
* 6to4: remove leftover peeraddr stuffJo-Philipp Wich2010-11-151-3/+0
| | | | SVN-Revision: 23997
* add 6to4 - provides full automatic 6to setup with optional configuration in ↵Jo-Philipp Wich2010-11-143-0/+263
| | | | | | /etc/config/network SVN-Revision: 23996
* add input subsystem to hotplug rules This patch adds the input subsystem to ↵Jo-Philipp Wich2010-11-141-1/+1
| | | | | | | | the hotplug rules, making it possible to react on the addition of input devices (e.g. USB numpads). Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de> SVN-Revision: 23994
* kernel: fix l2tp kernel packagesHauke Mehrtens2010-11-141-18/+19
| | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993
* busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg ↵Jo-Philipp Wich2010-11-142-25/+35
| | | | | | revision SVN-Revision: 23990
* busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option 212) in udhcpcJo-Philipp Wich2010-11-141-0/+131
| | | | SVN-Revision: 23989
* hostapd: fix madwifi related linker error (include wext support for non-wpad ↵Felix Fietkau2010-11-132-2/+15
| | | | | | hostapd builds) SVN-Revision: 23987
* kernel: add CONFIG_IPV6_SIT_6RDHauke Mehrtens2010-11-131-5/+4
| | | | | | This closes #8227 SVN-Revision: 23986
* mac80211: fix another 2.6.35 compile errorFelix Fietkau2010-11-121-0/+11
| | | | SVN-Revision: 23974
* mac80211: fix compile on linux 2.6.35Felix Fietkau2010-11-121-0/+16
| | | | SVN-Revision: 23972
* package/madwifi: refresh madwifi patchesAlexandros C. Couloumbis2010-11-1263-177/+179
| | | | SVN-Revision: 23971
* hostapd: update to 2010-11-11Felix Fietkau2010-11-1119-440/+24
| | | | SVN-Revision: 23969
* mac80211: update to wireless-testing 2010-11-10 + some pending workFelix Fietkau2010-11-1134-2175/+3678
| | | | SVN-Revision: 23968
* busybox: mark as essentialJo-Philipp Wich2010-11-111-0/+1
| | | | SVN-Revision: 23961
* base-files: mark libc as hold and essential, opkg should now bail out if ↵Jo-Philipp Wich2010-11-111-0/+1
| | | | | | someone tries to uninstall libc SVN-Revision: 23960
* net-hermes-pcmcia mark as broken, because we do not want the ugly pcmcia ↵Hauke Mehrtens2010-11-101-1/+1
| | | | | | patches from compat-wireless SVN-Revision: 23954
* uhttpd: redirect to same location with trailing slash appended if ↵Jo-Philipp Wich2010-11-104-5/+22
| | | | | | directories are requested SVN-Revision: 23952
* l2tp: activate l2tp for kernel 2.6.36 and 2.6.37 and fix pppol2tpHauke Mehrtens2010-11-101-3/+7
| | | | SVN-Revision: 23948
* rtc-rv5c386a: make driver compile with kernel 2.6.36.Hauke Mehrtens2010-11-101-10/+19
| | | | | | This was only compile tested. SVN-Revision: 23947
* wireless: build hermes packages from compat-wirelessand not from the kernel.Hauke Mehrtens2010-11-102-67/+64
| | | | | | hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source. SVN-Revision: 23946
* hostapd: add some wpa related madwifi fixesFelix Fietkau2010-11-091-0/+48
| | | | SVN-Revision: 23933
* hostapd: update to 20101109, reorganize patchesFelix Fietkau2010-11-0928-275/+163
| | | | SVN-Revision: 23932
* ath9k: fix a compile error with debugging disabled (#8189)Felix Fietkau2010-11-071-0/+8
| | | | SVN-Revision: 23912
* base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)Jo-Philipp Wich2010-11-071-1/+1
| | | | SVN-Revision: 23908
* Fix permissions for /etc and other dirs after clean flash (#6039)Jo-Philipp Wich2010-11-071-1/+1
| | | | | | | | | | | | | | | During the first OpenWrt boot after a clean flash (when the jffs2 partition is not yet initialized) tmpfs is used instead of the usual jffs2 overlay filesystem. If this tmpfs is mounted with default options, all directories created there (/etc, /etc/config, other subdirectories in /etc) get permissions 1777 by default, and these permissions then persist in the created jffs2 at least until subsequent sysupgrade. Mounting tmpfs with mode=0755 fixes the permission problem. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> SVN-Revision: 23906