1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-21 23:19:07 +02:00
Commit Graph

2806 Commits

Author SHA1 Message Date
Hauke Mehrtens
44aa0b5dac extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.
SVN-Revision: 14780
2009-03-07 17:07:24 +00:00
Hauke Mehrtens
2b64ecf391 ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE references were removed in r14461
SVN-Revision: 14779
2009-03-07 16:56:23 +00:00
Hauke Mehrtens
0b03ed454b add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it.
SVN-Revision: 14778
2009-03-07 16:53:08 +00:00
Hauke Mehrtens
ea14544283 load module capifs before capi
SVN-Revision: 14775
2009-03-07 15:54:23 +00:00
Hauke Mehrtens
e626930ea6 add ssb dependency to b44
SVN-Revision: 14774
2009-03-07 15:52:13 +00:00
Hauke Mehrtens
f752ec4bbd aec62xx is working with kernel 2.6.28 agagin.
SVN-Revision: 14773
2009-03-07 14:03:12 +00:00
Hauke Mehrtens
8bf437c095 Add isdn4linux and gigaset kernel modules.
SVN-Revision: 14772
2009-03-07 13:23:37 +00:00
Hauke Mehrtens
3ac154fc9c On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel Marin
SVN-Revision: 14770
2009-03-07 12:58:08 +00:00
Gabor Juhos
aebd1654e9 mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k patches
SVN-Revision: 14757
2009-03-06 10:26:18 +00:00
Florian Fainelli
aade9c3e1d package blkid out of e2fsprogs (#4720)
SVN-Revision: 14756
2009-03-06 04:00:22 +00:00
Florian Fainelli
cfadb8fc40 add spidev_test utility from the kernel documentation
SVN-Revision: 14753
2009-03-06 01:11:44 +00:00
Hauke Mehrtens
07926f29f6 Some symbols were missing or wrong. Tested with x86.
SVN-Revision: 14751
2009-03-05 21:45:59 +00:00
Gabor Juhos
fd2ea5846b mac80211: update compat-wireless to 2009-03-04, and refresh patches
SVN-Revision: 14749
2009-03-05 12:49:25 +00:00
Felix Fietkau
165f60bba9 madwifi: improve the autochannel decision making on systems with multiple cards
SVN-Revision: 14748
2009-03-04 21:39:46 +00:00
Gabor Juhos
552fbe65d4 mac80211: add ath9k init values patch
SVN-Revision: 14745
2009-03-03 18:24:02 +00:00
Gabor Juhos
c97f5e9a6b mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch
SVN-Revision: 14744
2009-03-03 15:49:02 +00:00
Markus Wigge
bb17a3dd1b fixed KCONFIG selection of "CONFIG_CRYPTO_AES_586".
SVN-Revision: 14725
2009-03-02 11:47:25 +00:00
Hauke Mehrtens
1b922ab410 add missing symbols
SVN-Revision: 14721
2009-03-01 20:15:33 +00:00
Hauke Mehrtens
7d1e275cef add missing symbols for some packages needed by x86 target
SVN-Revision: 14717
2009-03-01 19:43:43 +00:00
Gabor Juhos
782ca84485 hostapd: add 11n mode and ht_capab option for hostapd
SVN-Revision: 14713
2009-03-01 18:02:49 +00:00
Michael Büsch
689149cdbc ubsec: Fix bus disable ordering and fix probe error path.
SVN-Revision: 14677
2009-02-26 19:19:59 +00:00
Gabor Juhos
86307b4db2 mac80211: update compat-wireless to 2009-02-25
SVN-Revision: 14675
2009-02-26 18:03:20 +00:00
Florian Fainelli
38821210b0 allow mac80211 devices to be configured to do 802.11s, requires iw
SVN-Revision: 14669
2009-02-26 14:53:03 +00:00
Florian Fainelli
6936388c7d update ubsec_ssb to version 2009-02-21 (#4693)
SVN-Revision: 14668
2009-02-26 11:45:58 +00:00
Florian Fainelli
ba2973b938 Fix ath5k crash on load (#4689)
SVN-Revision: 14652
2009-02-24 09:08:06 +00:00
Nicolas Thill
21d7852de0 replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate
SVN-Revision: 14651
2009-02-24 00:08:08 +00:00
Nicolas Thill
8e079ddee0 gdb: fix gdbserver subpackage, cleanup
SVN-Revision: 14649
2009-02-23 23:58:07 +00:00
Florian Fainelli
328af7d015 change libnl mirror to point to openwrt, original website seems down
SVN-Revision: 14640
2009-02-23 15:39:32 +00:00
Felix Fietkau
0d56c7c638 add back the old host patches for lua to improve portability
SVN-Revision: 14631
2009-02-22 23:54:26 +00:00
Felix Fietkau
f5fba5bc3c Asus WL-330gE Support
Here is support for the compact Asus WL-330gE. It uses that all-in-one
5354 Broadcom chip that's also in the WL-520gU, so I assume USB
support can be soldered on. I've yet to open up the device, though.
Initial flashing is done through the CFE failsafe mode like on other
Asus devices, where you boot holding the reset button, the power LED
flashes, and you tftp an image.

Signed-off-by: David Cooper <dave@kupesoft.com>

SVN-Revision: 14624
2009-02-22 18:45:39 +00:00
Felix Fietkau
25d318e815 merge host build of lua from tools/ into package/lua/Makefile
SVN-Revision: 14622
2009-02-22 18:10:23 +00:00
Felix Fietkau
bc6fcb0067 eliminate redundancy by creating the quilt_used stampfile in the right place
SVN-Revision: 14620
2009-02-22 17:50:31 +00:00
Felix Fietkau
3a95badb10 fix broadcom-diag on linux 2.6.28 (#4633)
SVN-Revision: 14618
2009-02-22 17:12:36 +00:00
Felix Fietkau
474b55fe55 add missing kconfig symbols for kmod-sched
SVN-Revision: 14616
2009-02-22 15:15:13 +00:00
Felix Fietkau
b29544b2c3 add country code option for hostapd (patch from #4675)
SVN-Revision: 14608
2009-02-22 02:46:04 +00:00
Felix Fietkau
cc8daa275f add missing dependencies
SVN-Revision: 14607
2009-02-22 01:12:18 +00:00
Hauke Mehrtens
e5934ebb42 Fixes kernel configuration error.
SVN-Revision: 14606
2009-02-21 23:54:43 +00:00
Felix Fietkau
f98d59ddd0 upgrade to latest compat-wireless and rt2800 version
SVN-Revision: 14605
2009-02-21 20:38:07 +00:00
Felix Fietkau
b72191aa74 fix a description which still mentioned ipp2p
SVN-Revision: 14603
2009-02-21 19:33:10 +00:00
Felix Fietkau
06713e3d82 get rid of a remaining reference to ipp2p
SVN-Revision: 14602
2009-02-21 19:19:53 +00:00
Felix Fietkau
e1799d3835 fix IMQ on linux 2.6.27 and 2.6.28
SVN-Revision: 14599
2009-02-21 16:33:24 +00:00
Felix Fietkau
68d73be80c remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching => not that useful for QoS
SVN-Revision: 14596
2009-02-21 16:30:44 +00:00
Felix Fietkau
02ff1ea933 qos-scripts: remove ipp2p from the default ruleset
SVN-Revision: 14595
2009-02-21 16:28:54 +00:00
Hauke Mehrtens
ba1ede0df4 libtool: refresh patches
SVN-Revision: 14592
2009-02-21 15:32:34 +00:00
Hauke Mehrtens
f2616b6ca4 mac80211: refresh patches for old version
SVN-Revision: 14591
2009-02-21 15:16:22 +00:00
Hauke Mehrtens
701d71984c busybox: refresh busybox patches
SVN-Revision: 14590
2009-02-21 15:07:45 +00:00
Hauke Mehrtens
668860c98f Add initial kernel 2.6.28 support for atheros target. The include files moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches.
SVN-Revision: 14584
2009-02-20 16:27:42 +00:00
Gabor Juhos
bc08f6adf8 mac80211: update compat-wireless to 2009-02-19
SVN-Revision: 14572
2009-02-20 08:55:27 +00:00
Hauke Mehrtens
e18a175ec2 mac80211: wrong md5sum of OpenFirmware. Fixes #4664
SVN-Revision: 14571
2009-02-19 20:29:28 +00:00
Hauke Mehrtens
86ef811273 mac80211: extract broadcom firmware out of broadcom-wl-4.178.10.4.tar.bz2
SVN-Revision: 14570
2009-02-19 19:57:37 +00:00
Jo-Philipp Wich
2d672ef2f5 base-files: allow option dns to override dhcp assigned dns servers
SVN-Revision: 14562
2009-02-19 05:27:36 +00:00
Michael Büsch
38a952aade ucmb: move to packages feed
SVN-Revision: 14560
2009-02-18 22:47:42 +00:00
Michael Büsch
8d5d2fa086 Fix typo
SVN-Revision: 14558
2009-02-18 22:06:33 +00:00
Jo-Philipp Wich
cd978f4531 make "name" parameter optional in dnsmasq "boot" config sections
SVN-Revision: 14557
2009-02-18 22:00:36 +00:00
Hauke Mehrtens
d37ac90b82 mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package.
SVN-Revision: 14555
2009-02-18 18:39:15 +00:00
Michael Büsch
1328bf9395 ucmb: Fix the lowlevel protocol
SVN-Revision: 14549
2009-02-18 11:54:09 +00:00
Michael Büsch
87a2d3888c Add CRC16 kernel module
SVN-Revision: 14548
2009-02-17 22:54:11 +00:00
Gabor Juhos
eed095a173 wpa_supplicant: update to 0.6.8
SVN-Revision: 14545
2009-02-17 20:22:33 +00:00
Gabor Juhos
620c50530f hostapd: update to 0.6.8
SVN-Revision: 14544
2009-02-17 20:21:02 +00:00
Jo-Philipp Wich
7618cd7cbe fix incorrect quoting in busybox cron init script
SVN-Revision: 14540
2009-02-17 17:29:17 +00:00
Florian Fainelli
34058060a2 fix ubsec_ssb dependency against kmod-crypto-ocf (#4617)
SVN-Revision: 14539
2009-02-17 15:15:48 +00:00
Gabor Juhos
0a7eafa89e mac80211: add more patches from the rt2x00 git repository
SVN-Revision: 14534
2009-02-16 19:55:09 +00:00
Gabor Juhos
b234ca85f1 mac80211: reorder patches
SVN-Revision: 14533
2009-02-16 19:43:55 +00:00
Gabor Juhos
e6cd84447f mac80211: update compat-wireless to 2009-02-15
SVN-Revision: 14532
2009-02-16 19:02:26 +00:00
Gabor Juhos
6276c75caf mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)
SVN-Revision: 14530
2009-02-16 16:29:00 +00:00
Jo-Philipp Wich
e86bf4c86c update dnsmasq to 2.47 (#4636, thanks florida)
SVN-Revision: 14528
2009-02-16 04:48:08 +00:00
Jo-Philipp Wich
fdd629c851 add kmod for 2.6.26+ in-kernel uvc video driver (#4637, thanks moh_de)
SVN-Revision: 14526
2009-02-16 04:30:48 +00:00
Michael Büsch
1afc0de6d3 ucmb: Put the lowlevel protocol handling into the kernel.
SVN-Revision: 14524
2009-02-15 17:16:49 +00:00
Florian Fainelli
fc19f3f372 add cp852 code page (#4607)
SVN-Revision: 14522
2009-02-15 15:35:00 +00:00
Gabor Juhos
15c5122e64 mac80211: update p54 firmware and fix mac80211 dependancy Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 14516
2009-02-15 13:00:17 +00:00
Felix Fietkau
df0643a408 opkg: apparently array bounds checking is gcc 4.3 specific, move -Wno-array-bounds into TARGET_CFLAGS instead of a patch and make it conditional
SVN-Revision: 14508
2009-02-14 14:11:12 +00:00
Felix Fietkau
f10075e5b6 opkg: work around a gcc warning bug related to array bounds checking
SVN-Revision: 14506
2009-02-14 10:43:15 +00:00
Florian Fainelli
52dd4b499b make b43/b43legacy selectable again (#4596)
SVN-Revision: 14491
2009-02-13 00:12:30 +00:00
Michael Büsch
df77d3b06d ucmb: Experimental SPI-GPIO based communication channel
SVN-Revision: 14478
2009-02-11 18:56:51 +00:00
Florian Fainelli
e199317af3 allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia
SVN-Revision: 14467
2009-02-10 17:52:45 +00:00
Florian Fainelli
af290a63dc invert the mirror orders seems the first one seems to be offline right now
SVN-Revision: 14466
2009-02-10 17:14:18 +00:00
Michael Büsch
c3565fdf31 Port SPI-GPIO driver from 2.6.29-rc4
SVN-Revision: 14465
2009-02-10 17:12:12 +00:00
Michael Büsch
335117b87c Deprecate the old SPI-GPIO driver.
SVN-Revision: 14464
2009-02-10 16:55:38 +00:00
Gabor Juhos
e5c9f00637 netfilter: remove CHAOS, TARPIT and DELUDE references
SVN-Revision: 14461
2009-02-09 13:27:39 +00:00
Gabor Juhos
2b2541ebad iptables: remove CHAOS and TARPIT patches
SVN-Revision: 14447
2009-02-08 17:25:26 +00:00
Gabor Juhos
6f1b4b4e43 mac80211: add rt2800 patches from the rt2x00 git rope
SVN-Revision: 14435
2009-02-08 10:22:43 +00:00
Gabor Juhos
64ba52d3a1 mac80211: update compat-wireless to 2009-02-07
SVN-Revision: 14434
2009-02-08 09:41:49 +00:00
Claudio Mignanti
81a2897671 remove false dependence in util-linux-ng
SVN-Revision: 14433
2009-02-08 09:21:24 +00:00
Hamish Guthrie
f5842e2ba4 Added PS3 sound driver
SVN-Revision: 14422
2009-02-06 11:49:22 +00:00
Florian Fainelli
25ba908993 kmod-ssb should not be visible on 2.4 kernels
SVN-Revision: 14419
2009-02-06 10:17:45 +00:00
Markus Wigge
02cc61b0e4 "-R" will not work as it needs the configured IP on the interface. Thus this option leads to the warning message: "udhcpc: bind(UDP): Cannot assign requested address"
SVN-Revision: 14408
2009-02-04 14:58:31 +00:00
Claudio Mignanti
7c2c6da09a fix table alignment for cris (#4104)
SVN-Revision: 14407
2009-02-04 14:40:37 +00:00
Florian Fainelli
20cccc1c10 correct kernel modules dependencies against kmod-i2c-core, they already depend on kmod-i2c-algo-bit, which depends on kmod-i2c-core (#4330)
SVN-Revision: 14401
2009-02-04 02:00:41 +00:00
Florian Fainelli
a377aa9ab5 add dropkey ssh keys and config files to the conffiles section (#2014)
SVN-Revision: 14399
2009-02-03 22:28:16 +00:00
Florian Fainelli
59ff6c01d8 add dnsmasq config file to the conffiles section
SVN-Revision: 14398
2009-02-03 22:27:44 +00:00
Florian Fainelli
1716050f0c allow specifying port where to log (#2019)
SVN-Revision: 14396
2009-02-03 20:26:00 +00:00
Florian Fainelli
1645cc529b fix tg3 libphy dependency, thanks Acinonyx
SVN-Revision: 14390
2009-02-03 14:26:02 +00:00
Gabor Juhos
518a96682a mac80211: update compat-wireless to 2009-02-02
SVN-Revision: 14385
2009-02-03 09:18:29 +00:00
Nicolas Thill
09c3b45169 openssl: add a patch to fix link segfault when using a glibc/eglibc based toolchain (closes: #4517), thanks to Luigi Mantellini
SVN-Revision: 14375
2009-02-02 22:13:17 +00:00
Nicolas Thill
b1ba71cbd2 kernel: mark modules that won't build on 2.6.28 as broken
SVN-Revision: 14356
2009-02-02 15:48:52 +00:00
Florian Fainelli
d23edab321 package libphy separately and make tg3 depend on it for kernels 2.6.27 and superior
SVN-Revision: 14354
2009-02-02 14:36:45 +00:00
Gabor Juhos
e07cdce207 mac80211/ath9k: fix invalid MAC address handling
SVN-Revision: 14342
2009-02-01 16:15:45 +00:00
Gabor Juhos
5901305e2b mac80211/ath9k: enable debug stuff
SVN-Revision: 14334
2009-01-31 19:23:09 +00:00
Gabor Juhos
4b22e7cece mac80211/ath9k: replace the accidentaly committed patch
SVN-Revision: 14331
2009-01-31 18:46:27 +00:00
Gabor Juhos
24b6dbf7f1 mac80211/ath9k: disable leds on the ar9100 devices
SVN-Revision: 14330
2009-01-31 18:36:07 +00:00
Gabor Juhos
a58dd6ed0b mac80211: refresh patches
SVN-Revision: 14329
2009-01-31 18:33:47 +00:00
Florian Fainelli
c27492ab1c add libphy module to tg3 driver package - fixes unresolved symbols (#4353)
SVN-Revision: 14310
2009-01-31 16:12:41 +00:00
Andy Boyett
0da13fa8ba mac80211: move txpower to wifi-device section, but remain backwards compatible
SVN-Revision: 14309
2009-01-31 16:09:39 +00:00
Nicolas Thill
6360bd2798 kernel: add modules for nfnetlink based packet logging & queuing and conntracking
SVN-Revision: 14308
2009-01-31 16:09:25 +00:00
Andy Boyett
f19d25ebb3 madwifi: mode txpower to wifi-device section, but remain backwards compatible
SVN-Revision: 14307
2009-01-31 16:08:57 +00:00
Andy Boyett
32dce30e26 broadcom-wl: move txpower back to wifi-device section, but remain backwards compatible
SVN-Revision: 14306
2009-01-31 16:08:19 +00:00
Florian Fainelli
5a6de1e628 Add e2fsck init script - scans every ext2/ext3 mount from fstab
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

SVN-Revision: 14301
2009-01-31 12:55:55 +00:00
Felix Fietkau
4a21b1be1a fix lua compile with eglibc selected and utmp support disabled
SVN-Revision: 14298
2009-01-31 07:18:13 +00:00
Felix Fietkau
50be634a3c re-enable the mss fix by default for now - see discussion at http://lists.openwrt.org/pipermail/openwrt-devel/2009-January/003724.html for more information
SVN-Revision: 14293
2009-01-31 02:14:27 +00:00
Jose Vasconcellos
58b8cdb5fd Use block events for the mounting/unmounting of external storage devices. This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt.
SVN-Revision: 14289
2009-01-30 20:48:42 +00:00
Felix Fietkau
7cb6d9f6a1 allow hostapd to continue, even if setting the country code fails
SVN-Revision: 14287
2009-01-30 19:33:09 +00:00
Nicolas Thill
c52f0bfe0b crda: make the whole crypto stuff optional and don't use it for now, link statically with libnl
SVN-Revision: 14284
2009-01-30 15:48:35 +00:00
Florian Fainelli
b065bc5310 increase default size of the connection tracking table, thanks Marc
SVN-Revision: 14283
2009-01-30 14:13:09 +00:00
Gabor Juhos
3a4b459fbf mac80211: update compat-wireless to 2009-01-29
SVN-Revision: 14279
2009-01-30 09:41:55 +00:00
Felix Fietkau
5846455e82 add some work-in-progress patches for ath5k stability and performance
SVN-Revision: 14277
2009-01-30 02:52:21 +00:00
Felix Fietkau
408690fb74 fix hostapd startup for no-crypto configurations
SVN-Revision: 14276
2009-01-30 02:52:14 +00:00
Nicolas Thill
c8c15f3b9d accomodate a change in msdos.ko path that appeared on 2.6.28
SVN-Revision: 14273
2009-01-30 00:50:06 +00:00
Andy Boyett
aaf139232a kernel: fix leds-wrap dependencies
SVN-Revision: 14257
2009-01-29 12:23:44 +00:00
Andy Boyett
cee6f31d9c kernel: fix leds-net48xx and scx200-gpio dependencies, closes #4486
SVN-Revision: 14255
2009-01-29 11:32:20 +00:00
Gabor Juhos
11456c324d crda: new package (thanks to Hauke Mehrtens <hauke@hauke-m.de>)
SVN-Revision: 14249
2009-01-28 20:03:04 +00:00
Gabor Juhos
ec34d908c7 hotplug2: add platform hotplugging
SVN-Revision: 14248
2009-01-28 20:01:11 +00:00
Gabor Juhos
04bf46b82b mac80211: cleanup mac80211.sh
SVN-Revision: 14246
2009-01-28 15:47:28 +00:00
Gabor Juhos
1354730b35 wpa_supplicant: update to 0.6.7
SVN-Revision: 14240
2009-01-28 13:48:22 +00:00
Gabor Juhos
6446f93be8 wpa_supplicant: refresh patches
SVN-Revision: 14239
2009-01-28 13:44:24 +00:00
Gabor Juhos
a7187cb4ff iw: update to 0.9.9 (thanks to Hauke Mehrtens <hauke@hauke-m.de>)
SVN-Revision: 14235
2009-01-28 09:24:02 +00:00
Gabor Juhos
359cda4e26 libnl: update linux/genetlink.h for iw package (thanks to Hauke Mehrtens <hauke@hauke-m.de>)
SVN-Revision: 14234
2009-01-28 09:22:10 +00:00
Gabor Juhos
b665dfd554 libnl: refresh patches
SVN-Revision: 14233
2009-01-28 08:51:33 +00:00
Markus Wigge
b05f64dd06 - added "server" option list to delegate specific subdomains to given upstream servers
SVN-Revision: 14232
2009-01-27 22:58:11 +00:00
Nicolas Thill
33169cf29f mark kmod-ata-rb532-cf as broken
SVN-Revision: 14229
2009-01-27 22:02:43 +00:00
Felix Fietkau
9bb8734d2e hostapd: add support for socket filtering to get rid of some of the massive cpu overhead with mac80211 drivers (backport from hostapd git repository)
SVN-Revision: 14225
2009-01-27 20:05:46 +00:00
Felix Fietkau
fe48f4cac0 hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends on ath9k)
SVN-Revision: 14224
2009-01-27 20:05:11 +00:00
Nicolas Thill
f9b20ad946 fix kmod-sit dependencies
SVN-Revision: 14222
2009-01-27 17:24:31 +00:00
Nicolas Thill
263b05274f update wireless-tools to v0.29 (final), refresh patch, bumb release number
SVN-Revision: 14221
2009-01-27 15:15:42 +00:00
Nicolas Thill
088931d4de revert [14081]: iptunnel4 does not make sense on 2.4, just add a conditionnal dependency on iptunnel4 to ipip
SVN-Revision: 14219
2009-01-27 09:56:05 +00:00
Felix Fietkau
cf3beca4a2 madwifi: improve reliability of napi polling when fast framing is enabled
SVN-Revision: 14215
2009-01-27 06:13:57 +00:00
Felix Fietkau
ff89285b25 fix handling of eglibc config options for packaging
SVN-Revision: 14210
2009-01-26 19:46:12 +00:00
Felix Fietkau
a43685367e madwifi: fix rx for pure wds interfaces
SVN-Revision: 14203
2009-01-26 14:37:21 +00:00
Felix Fietkau
172dbe47b6 madwifi: fix a potential race condition in the wds ap station interface setup/teardown
SVN-Revision: 14202
2009-01-26 14:36:39 +00:00
Felix Fietkau
3f3b9a86a3 madwifi: add back a missing part of the mbss vap refactoring
SVN-Revision: 14197
2009-01-26 05:31:18 +00:00
Felix Fietkau
10e3ea9f12 madwifi: preserve the interface mode correctly when using wds with sta separation
SVN-Revision: 14195
2009-01-26 02:57:44 +00:00
Felix Fietkau
f561b910e8 madwifi: fix a race condition in the wds sta separation, which is triggered by using wpa authentication on the ap
SVN-Revision: 14193
2009-01-26 00:27:49 +00:00
Felix Fietkau
727ab9ce8d madwifi: fix fast-frame related dma unmap bug
SVN-Revision: 14192
2009-01-26 00:27:40 +00:00
Felix Fietkau
bef07d58fc madwifi: fix a noderef problem in the mbss vap cleanup
SVN-Revision: 14191
2009-01-26 00:27:27 +00:00
Gabor Juhos
c198a51398 mac80211: update compat-wireless to 2009-01-24 (patch by Hauke Mehrtens <hauke@hauke-m.de>)
SVN-Revision: 14172
2009-01-25 13:33:34 +00:00
Felix Fietkau
87db54da68 madwifi: fix the long standing bug that is triggered by nodes getting a timeout on one vap, then moving to another
SVN-Revision: 14171
2009-01-25 00:37:41 +00:00
Gabor Juhos
d210025406 mac80211: update compat-wireless to 2009-01-23
SVN-Revision: 14154
2009-01-23 11:45:38 +00:00
Travis Kemen
4337de4977 Allow changing country code for madwifi driver. Thanks alisonken1
SVN-Revision: 14148
2009-01-22 22:00:07 +00:00
Gabor Juhos
a0c3da6d61 mac80211: update compat-wireless to 2009-01-19
SVN-Revision: 14145
2009-01-22 14:52:27 +00:00
Nicolas Thill
a71089de4b remove IPKG_ARCH variable, unused anymore since ipkg support was removed from busybox
SVN-Revision: 14142
2009-01-21 23:03:55 +00:00
Rod Whitby
4c04d8b3c1 other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb
SVN-Revision: 14125
2009-01-20 23:40:49 +00:00
Jose Vasconcellos
af64ea8f8c kexec-tools update to version 2.0.0; add support for armeb.
SVN-Revision: 14121
2009-01-20 19:46:45 +00:00
Felix Fietkau
34d45d5d64 upgrade to uci 0.7.3 - fixes a small input validation bug
SVN-Revision: 14115
2009-01-20 13:21:25 +00:00
Felix Fietkau
4fc8f4c5c8 firewall: don't clear the mangle table at startup or stop - it doesn't use it and clearing it breaks qos
SVN-Revision: 14114
2009-01-20 13:07:30 +00:00
Felix Fietkau
ae1b82df55 bump uci to 0.7.2 - adds uci.rename() and fixes uci.set() with a list argument
SVN-Revision: 14111
2009-01-20 00:50:09 +00:00
Andy Boyett
fec30c2b2b openssl: update to 0.9.8j. thanks puchu. - addresses CVE-2008-5077
SVN-Revision: 14102
2009-01-19 09:50:41 +00:00
Jo-Philipp Wich
24ac43897e package/kernel: ensure that ipip is autoloaded after iptunnel4
SVN-Revision: 14095
2009-01-18 16:54:30 +00:00
Florian Fainelli
3d4f8f79b0 busybox brctl does not support showmacs or showstp (#4206)
SVN-Revision: 14093
2009-01-18 16:30:37 +00:00
Nicolas Thill
28a92fe717 fix userland netfilter headers installed by iptables
SVN-Revision: 14083
2009-01-18 06:35:54 +00:00
Travis Kemen
c7eb38ef4e fix compile of iptunnel4 for the 2.4 kernel
SVN-Revision: 14081
2009-01-18 00:18:06 +00:00
Andy Boyett
51d17e47c2 gdb: upgrade to 6.8, fixes libreadline compilation issues
SVN-Revision: 14063
2009-01-16 18:36:37 +00:00
Jo-Philipp Wich
83c9ac173d firewall: introduce drop_invalid option to allow disabling the invalid state match
SVN-Revision: 14061
2009-01-16 18:09:19 +00:00
Felix Fietkau
5b58a8db1f firewall: allow multiple interfaces to be part of one zone, fix the sanity checks for that
SVN-Revision: 14058
2009-01-16 17:39:03 +00:00
Felix Fietkau
5ebc074df4 fix opkg target arch detection problem on x86
SVN-Revision: 14055
2009-01-16 16:22:01 +00:00
Andy Boyett
cd0cd14421 change LEDs on wrt54g3g only /proc/diag is not available on x86, so check for existance to avoid errors... Thanks Markus Wigge
SVN-Revision: 14044
2009-01-15 18:02:08 +00:00
Andy Boyett
aa59a08b45 hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli
SVN-Revision: 14039
2009-01-15 07:50:11 +00:00
Andy Boyett
1e97a5e459 libreadline: move to trunk, gdb depends on it
SVN-Revision: 14030
2009-01-13 22:14:30 +00:00
Felix Fietkau
abeebe75f4 replace the gdbserver package with a full gdb package that also includes gdbserver
SVN-Revision: 14024
2009-01-13 16:27:51 +00:00
Gabor Juhos
bdd0df792a mac80211: update ath9k patches
SVN-Revision: 14023
2009-01-13 13:01:26 +00:00
Andy Boyett
c09e052d2f fix vfat.ko in 2.6.28
Signed-off-by: Jose Vasconcellos <jvasco@verizon.net>

SVN-Revision: 14020
2009-01-13 05:14:56 +00:00
Felix Fietkau
eb1c4db039 add support for an optional staging directory for debug binaries
SVN-Revision: 14018
2009-01-13 03:21:25 +00:00
Mirko Vogt
fc14ba0efb allow targets to override kernel related soundcore configuration
SVN-Revision: 13999
2009-01-12 22:47:00 +00:00
Travis Kemen
1f2885ea0c unmask ip6tables on 2.6.27 and 2.6.28
SVN-Revision: 13965
2009-01-10 23:52:56 +00:00
Gabor Juhos
4122e0b8c8 mac80211: update compat-wireless to 2009-01-10
SVN-Revision: 13961
2009-01-10 19:23:09 +00:00
Travis Kemen
db8867b4c5 fix kernel config
SVN-Revision: 13958
2009-01-10 02:06:13 +00:00
Gabor Juhos
b0122ff809 mac80211: update ath9k patches
SVN-Revision: 13948
2009-01-09 12:38:08 +00:00
Florian Fainelli
5c886899ec Add hfcmulti mISDN driver
SVN-Revision: 13945
2009-01-08 23:38:37 +00:00
Florian Fainelli
04a64096d6 Package mISDN stack
SVN-Revision: 13944
2009-01-08 23:38:05 +00:00
Florian Fainelli
448dd4ac3a Also load capifs
SVN-Revision: 13941
2009-01-08 21:39:17 +00:00
Felix Fietkau
245e9e9b7a another #include fix for siit
SVN-Revision: 13937
2009-01-08 20:51:53 +00:00
Andy Boyett
43fe08b4d2 kernel: build cs5535-gpio on olpc also
SVN-Revision: 13933
2009-01-08 07:04:03 +00:00
Nicolas Thill
704402ab56 temp fix for iptables build failure after [13931]
SVN-Revision: 13932
2009-01-08 02:18:45 +00:00
Nicolas Thill
a3edea1b91 add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)
SVN-Revision: 13931
2009-01-08 01:49:11 +00:00
Nicolas Thill
001fd43841 let all mac80211 subpackages inherit some defaults
SVN-Revision: 13930
2009-01-08 01:21:20 +00:00
Nicolas Thill
14b016052c fix kernel modules compile (as in [13724])
SVN-Revision: 13929
2009-01-08 01:03:54 +00:00
Gabor Juhos
c5fb8c2c05 mac80211: oops, add missing patches
SVN-Revision: 13926
2009-01-07 18:21:53 +00:00
Gabor Juhos
9d1109bd84 mac80211: update compat-wireless to 2009-01-07, and refresh ath9k patches
SVN-Revision: 13925
2009-01-07 18:17:27 +00:00
Andy Boyett
8e7f25af44 kernel: added GPIO driver for CS5535/CS5536 companion chip. Thanks Markus Wigge
SVN-Revision: 13920
2009-01-07 11:07:51 +00:00
Felix Fietkau
6d27b16e2b fix $HOME in /etc/profile (#4424)
SVN-Revision: 13914
2009-01-07 04:38:57 +00:00
Felix Fietkau
59a00d52a9 make broadcom-wl robust against implicit kernel config changes (e.g. netfilter), upgrade it from minor version .2 to .3 (adds fixed bssid support for ad-hoc)
SVN-Revision: 13912
2009-01-07 04:26:14 +00:00
Felix Fietkau
06911d77e5 nuke the old ath9k package, rename kmod-ath9k-new in compat-wireless to kmod-ath9k
SVN-Revision: 13911
2009-01-07 04:25:58 +00:00
Felix Fietkau
c2b878a384 add initial 2.6.28 support for brcm47xx target
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13909
2009-01-06 22:36:41 +00:00
Felix Fietkau
74429f0961 ead: allow a longer timeout in the client for the prime number calculation (useful for slow devices)
SVN-Revision: 13907
2009-01-06 22:20:26 +00:00
Felix Fietkau
3812689abd ead: fix spurious autoconf/automake reruns
SVN-Revision: 13906
2009-01-06 22:20:09 +00:00
Felix Fietkau
4129203d75 ead: add support for instance ids to prevent interference from packet reception on multiple interfaces
SVN-Revision: 13905
2009-01-06 22:19:55 +00:00
Jo-Philipp Wich
341c1dbdf5 package/base-files: fix chmod of /tmp/.uci, bump package revision
SVN-Revision: 13903
2009-01-06 21:53:45 +00:00
Felix Fietkau
37e9d4cb86 ead: fix array overrun
SVN-Revision: 13902
2009-01-06 20:10:53 +00:00
Felix Fietkau
24460388fc fix siit compile on avr32
SVN-Revision: 13890
2009-01-06 15:37:24 +00:00
Florian Fainelli
d4931a56f4 Fix prism54 firmware indentation and malformed comments
SVN-Revision: 13884
2009-01-06 14:31:38 +00:00
Felix Fietkau
da951bad66 ead: allow the client to override the source ip of the server, so that it can work with route filtering properly
SVN-Revision: 13883
2009-01-06 14:08:07 +00:00
Imre Kaloz
8c3a967fae general fixes for openwrt with kernel 2.6.28
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13876
2009-01-05 14:46:18 +00:00
Gabor Juhos
9be7e1723f kernel/crypto: fix crypto breakage (patch by Jose Vasconcellos)
SVN-Revision: 13869
2009-01-05 08:43:39 +00:00
Andy Boyett
e4abf0e7d9 mac80211: fix compat-wireless-old md5sum
SVN-Revision: 13866
2009-01-05 00:27:53 +00:00
Felix Fietkau
5bb624d8fb clean up the crypto kernel module package and allow some of the crypto modules to be compiled into the kernel (thx to Jose Vasconcellos)
SVN-Revision: 13850
2009-01-04 02:40:12 +00:00
Felix Fietkau
af7fa11347 allow the ead client to override the broadcast address
SVN-Revision: 13849
2009-01-04 01:24:00 +00:00
Felix Fietkau
6bb52080b4 ead: fix bridge handling mistakes
SVN-Revision: 13846
2009-01-04 00:21:24 +00:00
Lars-Peter Clausen
3f8c4c8439 Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to keep symlinks either use $(CP) or create them manually. Fixes #4399
SVN-Revision: 13845
2009-01-04 00:08:37 +00:00
Jo-Philipp Wich
8119e28440 package/ead: fix build dependency
SVN-Revision: 13843
2009-01-03 22:37:02 +00:00
Gabor Juhos
b45b873a05 mac80211: update compat-wireless to 2009-01-02
SVN-Revision: 13842
2009-01-03 19:02:57 +00:00
Gabor Juhos
8efa4b94db mac80211: remove ipw building out of compat-wireless, because it conflicts with the in kernel building.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13841
2009-01-03 18:52:33 +00:00
Gabor Juhos
23caf183fc mac80211: add preliminary support for the AR913x SoCs
SVN-Revision: 13835
2009-01-03 13:48:27 +00:00
Felix Fietkau
d9397119c5 ead: message handling fixes
SVN-Revision: 13828
2009-01-02 23:51:57 +00:00
Felix Fietkau
c7ff578b9f firewall: clear the MSSFIX rules
SVN-Revision: 13826
2009-01-02 21:58:58 +00:00
Jo-Philipp Wich
4a1148cf7b package/madwifi: add uci support for the propereq iwpriv setting
SVN-Revision: 13795
2009-01-01 17:29:58 +00:00
Jo-Philipp Wich
0b5333be4b package/madwifi: fix typo in config handler
SVN-Revision: 13793
2009-01-01 13:59:06 +00:00
Steven Barth
d1049f535a Unify portrange-support in firewall rule generator fixes #4404
SVN-Revision: 13791
2009-01-01 13:05:16 +00:00
Andy Boyett
35078a6a52 hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only allowed values
SVN-Revision: 13790
2008-12-31 19:09:26 +00:00
Felix Fietkau
359ce7f97e disable the MSS fixup hack by default (most ISPs don't require this as a workaround for MTU problems, only some do). this should give a nice speedup for routing on standard-compliant ISPs
SVN-Revision: 13788
2008-12-31 19:02:03 +00:00
Gabor Juhos
c56cef29d5 mac80211: add experimental support for rt2800 devices (based on a patch by Hauke Mehrtens <hauke at hauke-m.de>)
SVN-Revision: 13773
2008-12-30 12:30:18 +00:00
Gabor Juhos
e77eed8b6a mac80211: update compat-wireless to 2008-12-29
SVN-Revision: 13772
2008-12-30 11:51:20 +00:00
Gabor Juhos
c1aa9f80d2 mac80211: fix some depends
SVN-Revision: 13771
2008-12-30 09:29:36 +00:00
Andy Boyett
ae2ac12c9a kernel/modules/usb.mk: hso works on 2.6.26 and later
SVN-Revision: 13765
2008-12-30 02:20:22 +00:00
Felix Fietkau
0f6bdb80e1 madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh)
SVN-Revision: 13760
2008-12-29 18:51:20 +00:00
Andy Boyett
8e1a483c0f kernel/modules: split network makefile into netdevices and netsupport
SVN-Revision: 13757
2008-12-29 01:25:58 +00:00
Felix Fietkau
d05f731a86 uci: upgrade to 0.7.1, fixes uci rename for unnamed sections
SVN-Revision: 13751
2008-12-27 18:59:38 +00:00
Felix Fietkau
98677bd970 fix iptables compile with 2.6.26
SVN-Revision: 13747
2008-12-27 01:55:48 +00:00
Felix Fietkau
866dda4baa uci: work around a gcc bug which causes a bogus compiler warning
SVN-Revision: 13739
2008-12-24 17:25:21 +00:00
Felix Fietkau
2d86ea2a1d add the 'ead' package (emergency access daemon), which can provide remote access to your device, even if the ip and firewall settings are broken
SVN-Revision: 13738
2008-12-24 10:42:12 +00:00
Felix Fietkau
35fb7c324d upgrade uci to 0.7.0 - adds ucimap and fixes #4236
SVN-Revision: 13732
2008-12-23 11:36:22 +00:00
Felix Fietkau
651a578f52 add siit for stateless ip and icmp translation to ipv6
SVN-Revision: 13729
2008-12-22 23:33:10 +00:00
Felix Fietkau
a6538d1480 fix spi-ks8995 compile
SVN-Revision: 13724
2008-12-22 19:35:20 +00:00
Felix Fietkau
07d713bb76 wpa_supplicant has been upgraded and previous version 0.6.3 doesn't exist anymore. This patch sets the version and appropriate md5sum; it also updates all the patches. Note that patch 130 has been deleted since it seems to be already included in 0.6.6
Signed-off-by: Jose Vasconcellos <jvasco@verizon.net>

SVN-Revision: 13723
2008-12-22 19:09:12 +00:00
Felix Fietkau
1ee70a6f1e remove the obsolete ixp4xx-npe package and references to it (thx, Jose Vasconcellos)
SVN-Revision: 13722
2008-12-22 19:08:42 +00:00
Jo-Philipp Wich
1cdaa2d3dc allow ipv4 routes without gateway in configuration
SVN-Revision: 13714
2008-12-22 02:21:25 +00:00
Felix Fietkau
6afa1b4c50 fix opkg overlay_root option for jffs2-only images
SVN-Revision: 13710
2008-12-21 19:52:14 +00:00
Nicolas Thill
f8dd7ca92f add dependency on 2.6.26+, current version needs 'get_unaligned_le16' helper introduced in 2.6.26
SVN-Revision: 13705
2008-12-21 02:42:10 +00:00
Nicolas Thill
48c661f867 add dependency on rb532 target for its CF module
SVN-Revision: 13704
2008-12-21 02:37:49 +00:00
Felix Fietkau
78babdb954 reduce the binary size of libpcap based programs that don't use bpf parsing
SVN-Revision: 13686
2008-12-19 06:35:23 +00:00
Hamish Guthrie
1deaf6f46b Remove legacy kernel load patch - no longer required
SVN-Revision: 13679
2008-12-18 07:41:41 +00:00
Imre Kaloz
6b95865642 upgrade compat-wireless to 2008-12-11
SVN-Revision: 13651
2008-12-15 14:12:05 +00:00
Nicolas Thill
7e66f38647 add a patch helping available storage space detection, remove workaround from [13611], bump release number
SVN-Revision: 13650
2008-12-15 13:11:12 +00:00
Imre Kaloz
4a018d2445 disable IMQ on 2.6.28 as well -- people should use IFB..
SVN-Revision: 13612
2008-12-12 11:11:28 +00:00
Nicolas Thill
4eb907423a add a workaround preventing opkg to install anything on squashfs-based fs layouts after [13602]
SVN-Revision: 13611
2008-12-12 01:00:51 +00:00
Imre Kaloz
1e9300de8b load crypto_blkcipher before cryptomgr.. *sigh*
SVN-Revision: 13603
2008-12-11 20:48:17 +00:00
Nicolas Thill
1fa1460691 remove references to kmod-crypto-aead, removed in [13584]
SVN-Revision: 13601
2008-12-11 20:11:12 +00:00
Nicolas Thill
37ddee74a1 load aead after crypto_algapi
SVN-Revision: 13600
2008-12-11 20:08:40 +00:00
Hamish Guthrie
38b643525c Add kexec load legacy kernel patch
SVN-Revision: 13598
2008-12-11 15:52:28 +00:00
Hamish Guthrie
50119fe0fe Remove package libtwin - should be in packages, not trunk
SVN-Revision: 13594
2008-12-11 12:30:52 +00:00
Hamish Guthrie
2229bfae0f Add libtwin package for PS3 petitboot bootloader
SVN-Revision: 13593
2008-12-11 12:10:29 +00:00
Imre Kaloz
b0c8cfd950 load aead automatically, too
SVN-Revision: 13590
2008-12-11 10:10:08 +00:00
Mirko Vogt
1da9dfc3d6 set Package/rt2800-pci to BROKEN
SVN-Revision: 13587
2008-12-10 21:37:28 +00:00
Mirko Vogt
3dc1772f70 mac80211 updated to 2008-12-10 due to 404-download-error on prior version
SVN-Revision: 13586
2008-12-10 21:14:44 +00:00
Imre Kaloz
fe2af46117 move aead into crypto-core
SVN-Revision: 13584
2008-12-10 18:43:42 +00:00
Imre Kaloz
d9475220de upgrade compat wireless to 2008-12-09, remove the experimental rt2800 patch until it's fixed
SVN-Revision: 13579
2008-12-10 11:21:08 +00:00
Travis Kemen
fb1241cce8 fix pcmcia build
SVN-Revision: 13565
2008-12-09 18:31:13 +00:00
Felix Fietkau
54f277793e madwifi: move autochannel idletime decision after radar and phy mode checking
SVN-Revision: 13564
2008-12-09 18:28:22 +00:00
Florian Fainelli
181a743a72 kexec-tools builds fine again on 2.6.27, unmask it and also make it available for mips (be) targets
SVN-Revision: 13552
2008-12-08 22:05:30 +00:00
Rod Whitby
cd02dc5ead busybox: Increment PKG_RELEASE
SVN-Revision: 13535
2008-12-07 02:15:13 +00:00
Rod Whitby
b5f89fa869 busybox: Enabled FEATURE_HTTPD_PROXY by default (cost is 580 bytes)
SVN-Revision: 13534
2008-12-07 02:12:11 +00:00
Felix Fietkau
95a9e47a00 madwifi: fix division by zero
SVN-Revision: 13521
2008-12-04 21:57:17 +00:00
Felix Fietkau
130413bb0f madwifi: fix the autochannel patch
SVN-Revision: 13520
2008-12-04 19:54:16 +00:00
Travis Kemen
77d3329588 Move txpower settings after the interface comes up. Thanks alisonken1
SVN-Revision: 13502
2008-12-03 21:34:04 +00:00
Florian Fainelli
355a67401b Finally fix the CONFIG_SSB_SILENT symbol
SVN-Revision: 13500
2008-12-03 20:37:01 +00:00
Imre Kaloz
ac791ee623 add two patches for ath9k 802.11n AP mode
SVN-Revision: 13497
2008-12-03 10:21:20 +00:00
Florian Fainelli
24766a5109 Disable b43 for targets that are not brcm47xx or brcm63xx
SVN-Revision: 13475
2008-12-02 16:02:55 +00:00
Felix Fietkau
a3b5071341 madwifi: fix frame type parsing (fixes stp, see #4205)
SVN-Revision: 13468
2008-12-02 13:34:17 +00:00
Imre Kaloz
5e122b54bc bump hostapd to version 0.6.6
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

SVN-Revision: 13467
2008-12-02 13:19:56 +00:00
Imre Kaloz
9d93e2a4e0 upgrade iptables to 1.4.1.1, needed for proper 2.6.27 support
SVN-Revision: 13458
2008-12-01 20:27:46 +00:00
Lars-Peter Clausen
93a53872e7 Fix libertas compile on 2.6.27.
SVN-Revision: 13452
2008-11-30 19:24:20 +00:00
Lars-Peter Clausen
dd6e0afc45 Fix compile for olpc target.
SVN-Revision: 13451
2008-11-30 19:23:03 +00:00
John Crispin
10aa4d9e42 update libertas driver
SVN-Revision: 13447
2008-11-30 16:53:16 +00:00
Florian Fainelli
dff2c6a6d0 Update mac80211 and make b43 driver build and load on targets other than brcm47xx (#4266)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13431
2008-11-29 15:48:42 +00:00
Florian Fainelli
f6bdc6a9bd Corrected SSB Config
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13428
2008-11-29 15:09:32 +00:00
Felix Fietkau
7f863d56bb madwifi: improve automatic channel selection by taking idle airtime into account
SVN-Revision: 13420
2008-11-29 01:34:33 +00:00
Jo-Philipp Wich
7c4f0fcbe7 package/base-files: allow ipv6 routes without gateway specified
SVN-Revision: 13419
2008-11-28 22:45:16 +00:00
Felix Fietkau
9d5a1f6aa4 madwifi: improve reliability of the wds modes
SVN-Revision: 13416
2008-11-28 20:46:52 +00:00
Jo-Philipp Wich
bd29378e8d package/dnsmasq: bump to v2.46 (#4263)
SVN-Revision: 13414
2008-11-28 18:20:19 +00:00
Florian Fainelli
674659a4df Add ata over ethernet modules (#4074)
SVN-Revision: 13413
2008-11-28 18:19:01 +00:00
Jo-Philipp Wich
e9cf2c505a split Soekris profile into 45xx and 48xx, add kernel package for required watchdog driver on 45xx
SVN-Revision: 13411
2008-11-28 18:04:36 +00:00
Felix Fietkau
b2ec8ffd5c fix a race condition where ppp interfaces were not added to the firewall properly when brought up at boot time - save the ppp interface unit number in the network state
SVN-Revision: 13402
2008-11-28 16:41:46 +00:00
Felix Fietkau
5cc72a2874 fix up the network ifname in the network state when receiving iface/ifup events
SVN-Revision: 13399
2008-11-28 16:18:11 +00:00
Felix Fietkau
7ac69660fe fix ifup (no longer use the to-be-reverted state of the previous config)
SVN-Revision: 13398
2008-11-28 16:13:23 +00:00
Florian Fainelli
cd96a09834 ssb module config symbols fixup
SVN-Revision: 13365
2008-11-26 17:43:50 +00:00
Florian Fainelli
ad530354e7 Hardware crypto modules require CONFIG_CRYPTO_HW=y to be set (#3883), thanks Norbert
SVN-Revision: 13338
2008-11-24 12:42:13 +00:00
Florian Fainelli
73ff675b3f Make b43 back again available for brcm47xx (#4237)
SVN-Revision: 13320
2008-11-22 22:50:04 +00:00
Nicolas Thill
f456099ca5 clean NATIVE_TOOLCHAIN dependencies
SVN-Revision: 13314
2008-11-22 05:10:43 +00:00
Jo-Philipp Wich
fdd24c73e0 package/fuse: add workaround for uClibc 0.9.29 issues, fixes owfs and possibly others
SVN-Revision: 13312
2008-11-22 03:15:32 +00:00
Thomas Langer
e59c8dd866 uboot: support boards with tantos switch and small code and format cleanups
SVN-Revision: 13308
2008-11-21 18:47:33 +00:00
Florian Fainelli
919fc96bdf Package ssb glue code out of the kernel, and make b43 be built for non-brcm47xx targets as well
SVN-Revision: 13301
2008-11-20 23:01:07 +00:00
Gabor Juhos
a81c3dacb9 kernel/modules: disable automatic loading of crypto-test module
SVN-Revision: 13292
2008-11-19 18:01:26 +00:00
Thomas Langer
8294879df7 cleanup uboot package
SVN-Revision: 13291
2008-11-19 17:40:05 +00:00
Gabor Juhos
22949f10e2 openssl: update ocf to 20080917
SVN-Revision: 13284
2008-11-18 20:52:33 +00:00
Gabor Juhos
0aa75baf81 add package for ocf-crypto-headers
SVN-Revision: 13283
2008-11-18 20:50:18 +00:00
Gabor Juhos
ae87ca9a83 kernel/modules: move ixp4xx hardware crypto module package into crypto.mk
SVN-Revision: 13281
2008-11-18 19:38:50 +00:00
Andy Boyett
bc1b8ed25c bump to version 0.6.5 - updates driver_nl80211 to match changes in recent compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself
SVN-Revision: 13275
2008-11-18 07:26:15 +00:00
Jo-Philipp Wich
fad690be31 make mmc_over_gpio init uci-aware
SVN-Revision: 13273
2008-11-17 23:22:27 +00:00
Imre Kaloz
debd8d2dd8 MADWIFI_DEBUG should depend on DEVEL
SVN-Revision: 13267
2008-11-17 19:43:12 +00:00
Jo-Philipp Wich
0c67453253 remove mac address handling, now handled by /lib/network/config.sh
SVN-Revision: 13259
2008-11-17 13:30:14 +00:00
Jo-Philipp Wich
789848d327 Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac address
SVN-Revision: 13258
2008-11-17 10:47:02 +00:00
Jo-Philipp Wich
2a4a3ffd6a move the txpower option to wifi-iface to mimic madwifi configuration
SVN-Revision: 13239
2008-11-16 19:38:55 +00:00
Jo-Philipp Wich
53f4888b7b package/broadcom-wl: - use [tr]xantenna instead of [tr]xant to unify config - implement txpower option
SVN-Revision: 13236
2008-11-16 18:03:38 +00:00