1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 15:13:10 +03:00
Commit Graph

5843 Commits

Author SHA1 Message Date
nbd
25ca63a87a mac80211: update to wireless-testing 2010-02-16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-17 14:13:27 +00:00
thepeople
92319b9ec3 fix opkg.conf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-17 02:34:48 +00:00
nbd
c838a0d599 hostapd: select crda if mac80211 is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19667 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:29:03 +00:00
nbd
6271ea8ec3 kernel: build the scsi core package even if CONFIG_SCSI=y
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:59 +00:00
nbd
698e57880d kernel: add a package for block2mtd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:55 +00:00
nbd
e436ecd76a kernel: add a package for kmod-ata-sil
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:50 +00:00
nbd
cf0d08e56e hostapd: fix wpad compile on powerpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:46 +00:00
nbd
e6052b4755 hostapd: move the roboswitch config override to the right place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:42 +00:00
lars
cd02ed524b Add audio feature flag.
There are targets which neither have usb host nor pci support but do have audio
capabilities. Those targets should expliclitly specifiy that they support audio
through the new feature flag. The audio feature flag is also implicitly selected
by the usb and pci feature flags.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-15 20:03:18 +00:00
nbd
74d7ae6816 swconfig: add copyright for Martin Mares
Signed-off-by: Martin Mares <mj@ucw.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19642 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-15 17:29:07 +00:00
nbd
8fdfe51f29 swconfig: use print_attr_val() in CMD_GET
Use the print_attr_val() function introduced by the previous patch
to simplify the get command.

Signed-off-by: Martin Mares <mj@ucw.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-15 17:29:04 +00:00
nbd
62634962e9 swconfig: add show command
Add a "show" command, which displays all attributes of the selected port,
VLAN, or of the whole switch.

Signed-off-by: Martin Mares <mj@ucw.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-15 17:29:00 +00:00
nbd
958c69f1aa swconfig: clean up command line parsing
The command line parser was unsystematic and it silently ignored
many illegal combinations of options. Try to clean that up.

Signed-off-by: Martin Mares <mj@ucw.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-15 17:28:56 +00:00
nbd
29616c3532 ath9k: adjust ack timeout workaround patch based on upstream submission
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-15 17:28:52 +00:00
jow
3d52559043 [package] kernel: add xen kmods
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 19:01:45 +00:00
jow
3abdc13b68 [package] base-files: add /dev/hvcX to hotplug common rules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 18:57:01 +00:00
jow
ef34750d84 [package] base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 02:06:57 +00:00
thepeople
accff9a4a7 Here is LVM support for OpenWRT. It introduces 3 new packages:
- kmod-dm for the device mapper kernel module.
- kmod-libdevmapper for the device-mapper library.
- kmod-lvm2 for the lvm tool.
Note that it currently does not create the symlinks for all the lvm
tools, so you have to use lvm pvs rather than just pvs.
Thanks Stefan Monnier

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 01:37:02 +00:00
kaloz
cdce93c921 with no users left, remove support for 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 08:37:57 +00:00
thepeople
5059d246b9 change the opkg path due to changes in the buildsystem, fixes incorrect path in snapshot images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 02:38:08 +00:00
thepeople
58a312461e Add destination ip of the wan adapter useful if you have multiple ip addresses.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-11 02:33:34 +00:00
jow
cce5cf4ccd [package] dropbear: performance improvements in init script, quiet mode for start-stop-daemon - patch by Matthias Buecher <mail@maddes.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-10 00:34:32 +00:00
lars
ab8bd8a6bd [base-files] Don't do lazy unmounting of filessystems at reboot/poweroff.
It is unneeded and could couse a broken filesystem if unmounting takes to long.
Thanks to Peter Wagner


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-09 18:07:36 +00:00
juhosg
ae4dfcda15 ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-09 16:27:35 +00:00
lars
6514a31be8 [packages] util-linux-ng: Build setterm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-08 22:05:11 +00:00
nbd
9cbf96cc5a mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19550 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-08 13:42:14 +00:00
jow
767efecb56 [package] base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-05 07:57:07 +00:00
jow
64f5d1ab97 [brcm-2.4] fix wrong numbering of interfaces in wireless detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19525 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-04 17:11:56 +00:00
florian
1db064a8ff [ar7] fix the use of proc_dostring w/ 2.6.32+
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-04 09:47:20 +00:00
nbd
54023e7503 mac80211: update to latest wireless-testing from today
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19501 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-03 00:43:09 +00:00
kaloz
225afe78f2 add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-02 11:26:53 +00:00
nbd
acd57d92f1 hostapd: fix a segfault in the error path of the nl80211 bss interface add function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-02 02:51:06 +00:00
nbd
f65f68dbdf /sbin/wifi: improve reliability of restarts by resetting the state properly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-02 02:19:10 +00:00
nbd
1fc373c5d3 mac80211: fix setup with more than 2 ap mode interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-02 02:19:01 +00:00
jow
766d5faedc [package] base-file: revert unrelated change accidentally committed in r19478
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-01 02:00:57 +00:00
jow
0fb1079a49 [package] nvram: request memory locked pages in mmap() and make it available for ar71xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-01 01:32:47 +00:00
nbd
30cb23c92d wprobe: fix missing return code check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-01 00:35:00 +00:00
jow
8a51d0046e [package] base-files: preinit: get rid of /dev/null redirections and use grep -q where applicable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-01 00:32:46 +00:00
nbd
90b4fa2194 mac80211: make the vlan injection patch more specific
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 22:23:47 +00:00
nbd
f0097c6f30 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19476 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 22:17:55 +00:00
nbd
9d87014171 mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 21:27:51 +00:00
florian
ab6cd4fec9 [package] quieten the check for devs, thanks nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19473 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 21:09:53 +00:00
florian
a48c17c257 [package] /dev/null was used before it was created, so an
empty file was created.  This prevented the actual device node from
being created.  The attached patch fixes that, patch from cshore

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19472 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 21:01:21 +00:00
nbd
e2ed059565 mac80211: fix rekeying in ap mode with connected powersave stations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 20:58:02 +00:00
nbd
9dfa009abb mac80211: fix aggregation setup on wds ap interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19469 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 20:57:58 +00:00
nbd
e470cac6cb add me as a maintainer for a few other packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19439 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 12:24:55 +00:00
nbd
a23c5584a2 mac80211: i maintain this package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 12:18:21 +00:00
nbd
d4e077a6dc stop dropbear at shutdown as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-30 18:19:42 +00:00
nbd
fdf15c4817 when rebooting, use lazy umounts as fallback (patch by puchu)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-30 18:17:57 +00:00
nbd
29cfba65a4 stop syslogd before rebooting, otherwise umount might not work properly when logging to a file (thx, puchu)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-30 18:17:52 +00:00