1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 07:47:08 +03:00
Commit Graph

5630 Commits

Author SHA1 Message Date
nbd
e31fe7691a wprobe: fix compile error because of missing isnan()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-02 12:55:26 +00:00
hauke
b649b98733 [mac80211] fix module loading with kernel 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-01 14:53:35 +00:00
nbd
237a5a2c34 uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was not exported by default. use it instead of libc_pic.a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-29 11:56:27 +00:00
nbd
dc91a5dcef allow mklibs.py to optimize libgcc_s.so.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-29 03:51:43 +00:00
nbd
f092ffba27 fix wrong kernel version based nls dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 16:26:53 +00:00
nbd
da19ef2e31 add missing dependency for kmod-ntfs (patch from #5638)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 16:26:48 +00:00
nbd
4ce3adf848 Added identification of WRT610N and its button/led definitions.
Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 15:03:36 +00:00
nbd
5568c6cbfc Added support for identifying the BCM53115 switch found in WRT610N.
Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 14:20:37 +00:00
nbd
dc9b2994c5 madwifi: fix another unconverted netdev_ops issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-28 12:50:56 +00:00
florian
49d65e7058 [package] update e2fsprogs to 1.41.9, add support for ext4 (#5748)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-27 09:16:54 +00:00
florian
8c720dfa92 add the in-tree gspca driver
Signed-off-by: David Cooper <dave at kupesoft.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-27 08:38:16 +00:00
nbd
d268e4037b firewall: emit hotplug events for interface add/remove
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-26 22:46:24 +00:00
juhosg
dcbf352921 [package] iw: update to 0.9.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-26 15:29:54 +00:00
nbd
d51cb31e80 udevtrigger: replace the non-portable tar options used to prevent a namespace conflict with a change to PKG_BUILD_DIR. fixes build on non-gnu systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17393 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 23:22:32 +00:00
nbd
38fc40e0c5 move /bin/swconfig to /sbin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 22:05:49 +00:00
geoff
07ef852b5f udev: Update udev package from udev-106 to udev-142
Update the init scripts have to use udevadm where appropriate.
The udev package no longer provides separate udev utilities
like udevtrigger and udevsettle.  These have been incorporated
into the udev admin program udevadm.

Replace the udevextras sub package with config options to the udev
package.

Update the preinit script to check for '/lib/udev/devices', and
copy it to '/dev/ if it is found, then to conditionaly setup
/dev the old way with mknod etc.  Udev now recommends using
the directory '/lib/udev/devices' to initialize the '/dev'
directory at startup.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:19:26 +00:00
geoff
41038d4cb5 udevtrigger: Breakout udevtrigger package
Current versions of udev no longer provide the separate udevtrigger
utility that hotplug2 needs.  To allow for the udev package to
be updated, yet still provide a udevtrigger, create a new package
udevtrigger that is built from old udev sources.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:16:07 +00:00
geoff
5c44908930 kexec-tools: Remove the unused file kexec.sh
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:13:39 +00:00
geoff
4e26585759 kexec-tools: Make link /sbin/kexec for compatability with other distros
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:12:41 +00:00
geoff
9b89b041e1 kexec-tools: Make build of kdump optional
Most systems won't need kdump, so make its build optional.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:11:46 +00:00
geoff
51034418fa kexec-tools: Minor makefile line end fixes
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:08:35 +00:00
geoff
5236da1813 kexec-tools: Add libtool PKG_FIXUP
libtool is needed to build kexec-tools.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:07:36 +00:00
geoff
9385085bcc kexec-tools: Update package to version 2.0.1
Update  package from kexec-tools-2.0.0 to kexec-tools-2.0.1.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17371 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 20:06:26 +00:00
nbd
673e9cd6ee fix pdc20xx compile for linux 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 00:52:00 +00:00
nbd
1db366eab8 brcm-2.4: fix ide disk detection on the wl-hdd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-23 23:56:19 +00:00
nbd
ef51dee11c libpcap: fix kernel version check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-21 22:32:14 +00:00
nbd
5f49859ae2 busybox: adjust default config for nommu targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-21 22:32:09 +00:00
nbd
1a4a2b5ae7 mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 18:49:12 +00:00
nbd
f6b146de59 b43: disable pio and pcmcia support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 17:32:52 +00:00
nbd
1bf4b50562 mac80211: reorganize compat code to make cfg80211 load without usb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 17:25:33 +00:00
nbd
e4fd841854 fix a typo in the compat-wireless build speedup patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 17:06:51 +00:00
nbd
90379b9c68 mac80211: disable b43 lp-phy support for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 16:56:36 +00:00
nbd
bf03013c03 mac80211: speed up build by reducing the makefile shell calls, fix forced disable of rfkill
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 16:52:46 +00:00
nbd
36fe642cfd wpa_supplicant: fix madwifi related config change handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:58:55 +00:00
nbd
d0f1eb07ec mac80211: add missing config override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:41:19 +00:00
nbd
3784adc486 now that each target has its own package directory, remove the base-files package renaming hack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:31:22 +00:00
nbd
c787789db4 mac80211: fix ath5k dma size workaround for ar71xx
Atheros legacy hardware does not perform well on ar71xx unless both TXCFG and RXCFG are forced to 4 bytes.
The previous patch only changed RXCFG. The OpenWrt Madwifi HAL also sets both RXCFG and TXCFG

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:09:03 +00:00
nbd
81ef7deaae remove support for compat-wireless-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17327 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 15:00:01 +00:00
nbd
23674ee048 upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to config.mk, which frequently causes rejects on new versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-20 14:59:55 +00:00
jow
d72fab0bfc [package] base-files: fix sysupgrade get_magic_word() function to return proper values if the first two bytes are identical
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 19:12:34 +00:00
nbd
ed4d3a31bb madwifi: remove version selection support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 15:17:32 +00:00
nbd
71d6652e39 remove support for the madwifi upstream release, it doesn't work on newer kernels and it's not very reliable anyway
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 15:16:11 +00:00
nbd
0efdde7bb2 madwifi: add patch for building all modules (except for the HAL) into a single module. saves space and gets rid of unnecessary exports
removes support for onoe and amrr - I don't think anybody needs these anymore

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 15:13:00 +00:00
nbd
38b0a09fbc add powersave fixes based on patches by Steven Luo (#4376)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 14:48:31 +00:00
nbd
f6b26b47a2 madwifi: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 14:48:21 +00:00
geoff
2b08ef5155 powerpc: Create a powerpc64 config feature
The config symbol TARGET_ps3 is used in the build files where
special handling for the 64 bit PowerPC processors is needed.
Introduce a new config feature powerpc64, and replace the use
of TARGET_ps3 with powerpc64.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 23:07:45 +00:00
geoff
5a4b37be4a ps3-utils: Add Build/InstallDev section to package makefile
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:51:08 +00:00
geoff
5276efbdd3 ps3-utils: Update package to include latest repository fixes
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 21:50:15 +00:00
florian
ea86a59d02 [package] add missing libsas configuration symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 12:46:39 +00:00
juhosg
af4be27550 [package] iw: update to 0.9.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 09:46:50 +00:00
juhosg
6b429d2ba2 [package] mac80211: add deadlock fix patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 19:55:10 +00:00
juhosg
e66151f794 Fix broken i2c module loading in R17269
Strip .ko suffix from module name.

Fix typo in name of i2c-scx200-acb module to be loaded.

Steve

Signed-off-by: Steve Brown <sbrown@cortland.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 12:39:47 +00:00
nico
e340bbed3a remove *printf warnings preventing wprobe to build on uml x86_64
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 10:26:22 +00:00
nico
feff097f66 use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 10:21:13 +00:00
nbd
445e06373c wprobe: fix tcp port for the proxy mode in the init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 21:31:41 +00:00
hauke
d3c173bcdf [mac80211] increase release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 16:54:09 +00:00
hauke
986268ff2e [mac80211] Do not build the mac80211 module in the kernel.
The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 16:42:48 +00:00
hauke
d98321101a [mac80211] also exclude usb_unpoison_urb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 16:29:52 +00:00
hauke
6e2d68e4b9 [brtfs] exclude kernel 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 16:27:35 +00:00
juhosg
678b2dfee3 [package] kernel/modules: allow I2C modules to be compiled into the kernel (closes #5702)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 09:12:37 +00:00
hauke
8defa68047 [mac80211] Build modules only if realy needed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 08:36:33 +00:00
hauke
80fa9eaa97 [mac80211] update openfw to 5.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 08:35:03 +00:00
hauke
094507e8fe [mac80211] Update to compat-wireless-2009-08-15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 08:26:38 +00:00
florian
97f029be36 [package] fix path to orinoco wireless modules (#5701)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-14 15:21:23 +00:00
jow
930ebf26f0 [package] firewall: allow incoming udp/68 packets in the default configuration (#4108, #4781)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-13 03:31:53 +00:00
jow
dbad7c2943 [package] opkg: crlf -> lf in 001-fix-double-parsing.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-12 13:19:34 +00:00
florian
309acb3dfa [ar7] more compile fixes for sangam-atm and 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 18:50:45 +00:00
acinonyx
568f8e5113 [package] kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency (#5665)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 16:39:53 +00:00
nbd
31e450bbf7 madwifi: fix frame dropped counter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 14:05:57 +00:00
nbd
a9f2903064 madwifi: fix compiler warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 02:14:33 +00:00
nbd
08b4be02d2 fix software rx filter for ibss mode (based on a patch by harald schiöberg)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 02:14:28 +00:00
nbd
38a1e2c738 madwifi: fix compile error on kernels without net_device api compatibility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-11 02:14:15 +00:00
jow
11a916c4df [package] base-files: move ipv6 module loading from setup_interface() to addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-10 23:48:10 +00:00
jow
af934b189e [package] opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, bump package revision, thanks kupseoft
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-10 22:38:37 +00:00
hauke
1c843699d2 Correct bool expressions in dependencies.
This fixes #5627


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-10 18:26:18 +00:00
acinonyx
854e6d03d4 [package] kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-09 22:51:04 +00:00
florian
b1bfec83f7 [ar7] more 2.6.30 related fixes for ar7-atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 21:29:37 +00:00
nbd
9fb3820df1 decrease verbosity of mklibs.py
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 02:37:59 +00:00
nbd
c18a2411a7 integrate mklibs.py support into the build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 02:25:03 +00:00
nbd
5d58e1d922 install static libraries from uclibc to the rootfs staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-08 02:24:45 +00:00
nbd
b69805034d add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 21:58:35 +00:00
florian
edab4309b6 [package] libiptc and libxtables should install their libraries as symbolic links (#5313, #5639)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 09:36:55 +00:00
nbd
282aff2625 base-files: some /lib/network/config.sh refactoring
* Localize a lot more variables than before.
* Do stuff or localize variables at later points or inner blocks
  so less commands are executed in some cases.
* Use the default option of config_get where it makes sense.

Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:08:06 +00:00
nbd
e4895b7178 base-files: clean up init.d/fstab and port it to the new config_get
... also remove the unused noauto variable in swapon.

Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:08:01 +00:00
nbd
770318bd49 base-files: port init.d/led to new config_get
... and don't call logger directly, rcS takes care of the correct redirection

Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:07:56 +00:00
nbd
8a855b152e base-files: port init.d/boot to new config_get
... and localize some variables.

Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:07:51 +00:00
nbd
d84cebe2b4 base-files: port functions.sh to new config_get
Signed-off-by: Malte S. Stretz <mss@apache.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17156 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:07:46 +00:00
nbd
eb62b765c4 base-files: allow default value for config_get
Signed-off-by: Malte S. Stretz <mss@apache.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 00:07:42 +00:00
kaloz
dbf38e7683 upgrade opkg to r215 from the googlecode svn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-06 20:08:27 +00:00
jow
b856049515 [package] broadcom-wl: add "assoclist" command to wlc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17144 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-06 12:02:50 +00:00
juhosg
0c6f7b3d3e [package] iw: update to 0.9.15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-05 17:27:45 +00:00
florian
17863d85c4 [package] add usb-net-dm9601-ether, thanks groz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-05 15:10:29 +00:00
florian
c1cb232faf [package] add usb-serial-motorola-phone, thanks groz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-05 15:09:21 +00:00
nbd
43adeb199c fix a typo in apply_config -t
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-04 00:43:55 +00:00
jow
ef1435675c [package] base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision (#5356)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17118 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-04 00:06:47 +00:00
florian
b788e04612 [package] acx fixes for 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17116 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-03 22:30:42 +00:00
jow
f0250152da [package] firewall: add icmp_type option to specify the icmp type in rule sections, bump pkg revision (#5554)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17115 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-03 22:24:48 +00:00
florian
69f4a56b2b [ar7] use updated Annex-A and B firmwares (#5296), bump to D7.04.03-R1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17114 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-03 22:21:51 +00:00
jow
5860777450 [package] dropbear: safely support remote restarting of dropbear process; bump pkg revision (#5498)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17113 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-03 22:19:51 +00:00
kaloz
b2e24e292f add special handling for the adm5120 target, which uses subtargets for different endianess -- later we should come up with something smarter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-03 11:24:56 +00:00
florian
15c636b620 [ar7] compile fixes in ar7-atm for new kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-02 12:37:51 +00:00
florian
99148b148b [package] install libiptc/libipulog from iptables (#5549)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 23:16:06 +00:00
florian
e3a4080a3e [package] update ebtables to 2.0.9-1, fixes #5001
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 21:29:47 +00:00
nbd
06fe1ec237 madwifi: fix a race condition in the ap2ap wds setup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 21:29:19 +00:00
nbd
8cb2e2c8d9 madwifi: disable debug by default in the source tree instead of only relying on the override (useful for external builds)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 21:29:15 +00:00
nbd
b577ffc8a5 madwifi: remove the get_arch.mk build failure when the 'detected' arch doesn't match the build system's value
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 21:29:10 +00:00
florian
2b3988d5ab [package] force iptables to be configured with ipv6 enabled (#5586)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 12:10:59 +00:00
florian
5d5ede9aca [brcm-2.4/brcm47xx] add RTC RV5C386A package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 11:09:02 +00:00
florian
c69d98c0cc [package] prevent rebuild issues on creation of lib64 with 64-bits targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17072 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 10:51:19 +00:00
kaloz
967b579058 use board names instead of arch in packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-31 12:15:51 +00:00
florian
cb0c6cbf78 [package] disable fuse kernel compilation module, all versions that we have have it mainline (#5584)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-31 10:49:46 +00:00
florian
8baac0fcd1 [package] fix isdn symbols for 2.4 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-29 21:28:10 +00:00
florian
5204355926 [brcm-2.4] add support for the WRT160N, patch from Westley Paynter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-27 13:00:23 +00:00
jow
907b0ab600 [package] lua: introduce soft memory limits that trigger a gc run but do not result in an oom error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 15:06:43 +00:00
acinonyx
32c8ca47a5 Oops, wrong path for the two previous commits
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17013 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 12:36:23 +00:00
florian
8436680884 [pakcage] simplify action handling in rc.common (#5558)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 12:34:09 +00:00
acinonyx
7702b80e63 [packages] quagga-unstable: Set Hold Timer to a large value on OpenSent state (RFC1771, Par.8)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 12:15:07 +00:00
acinonyx
5990efc9de [packages] quagga-unstable: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segment
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 12:15:00 +00:00
florian
c8111a7e49 [package] add btrfs filesystem support, patch from Benjamin Cama
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 10:49:39 +00:00
florian
97223f9006 [package] add kmod-pppol2tp, patch from Vladimir Voronkov
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 10:27:35 +00:00
florian
03ad6a6950 [package] we removed 2.6.23/24 and 26 support, simplify conditions in packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16993 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26 10:06:01 +00:00
florian
c9bd22da77 [package] add support for the sn9c102 video chips (#3976)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16991 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 23:41:22 +00:00
florian
03e136a4cc [package] add support for mcs-7830 usb ethernet adapter (#3977)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16990 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 23:39:54 +00:00
florian
8f5e4a4ee0 [package] add r8101 ethernet driver (#4352)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 23:22:42 +00:00
florian
09cdead0b0 [package] add compcache (#4481)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 23:05:51 +00:00
florian
508b07c150 [package] remove CFLAGS_LARGEFILE, not defined anywhere (#4856)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 21:49:48 +00:00
florian
a46f3b0df9 [package] split ebtables packages and modules into ebtables ipv4/6 and watchers (#5001)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 19:47:48 +00:00
juhosg
798ebd9388 [package] mac80211: add more ath9k patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16967 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-24 15:46:36 +00:00
florian
d76c921c8c [package] set PKGARCH to all for packages in trunk containing only arch-neutral files (#5572)
Signed-off-by: Malte S. Stretz <mss@apache.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-24 12:08:01 +00:00
juhosg
331cd0989a [package] kernel/modules: package driver for the LM75 sensor
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-22 11:13:03 +00:00
juhosg
08ee8a9ed6 [package] kernel/modules: package ATA version of the Magicbox CF driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-22 10:45:04 +00:00
florian
dbc7cc20bf [package] add missing fuse24 init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-22 08:49:13 +00:00
florian
1fb1edc523 [package] make libsas depend on x86, over targets using it may unmask it later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-22 08:32:51 +00:00
florian
0c5595cd06 [package] create fuse24 device on startup (#5349)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-21 18:43:22 +00:00
florian
8f4681ce3c [package] add libsas and mvsas required for VIA NAS7800
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-21 11:37:12 +00:00
florian
9264ffb434 [package] allow via-velocity to be selectable on x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-21 11:01:25 +00:00
acinonyx
fae902def7 [package] pcmcia-core: Fix missing rsrc_nonstatic module (closes #5380)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-20 13:49:58 +00:00
juhosg
72b37ce64d [package] kernel/modules: enable Magicbox CF driver on 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-19 17:46:46 +00:00
juhosg
04052c7fd2 [package] kernel/modules: package module for OpenFirmware I2C accessors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-19 15:52:10 +00:00
juhosg
aa4381afea [package] kernel/modules: package I2C bus driver for PPC4xx based systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-19 12:22:26 +00:00
juhosg
6f552b2cec [package] kernel/modules: fix Magicbox CF card driver definitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-19 09:13:25 +00:00
florian
7ebee4871b [package] download and install rt2870 firmware (#5519)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-18 10:10:32 +00:00
nbd
4116140b9e madwifi: fix crash on 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-18 01:04:40 +00:00
nbd
fb042825f8 get rid of linux 2.6.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-17 16:20:25 +00:00
florian
fabc865262 [package] make patches against iptables apply again after update to 1.4.4 (#5540)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-17 12:37:10 +00:00
nbd
d05a67923b madwifi: fix a race condition in the ibss merge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-16 17:41:51 +00:00
nbd
f7292e1b43 madwifi: turn software based tsf merging on by default, get rid of some iwpriv errors on wifi restart
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-16 11:30:01 +00:00
nbd
c0c6a90c76 madwifi: clean up / fix ibss node handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16861 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-16 11:28:54 +00:00
florian
30106227fb This patch adds a target for the IBM PowerXCell Accelerator Board.
(aka mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars)

http://us.fixstars.com/products/gigaaccel/

This build will create zImage suitable for TFTP boot image.

* v2
- add axonram device driver
- switch to 2.6.30.1

Signed-off-by: Akinobu Mita <mita@fixstars.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16860 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-16 10:19:13 +00:00
markus
64f8ced3da upgrade to new upstream version 1.4.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-15 16:33:01 +00:00
nbd
d6dcc3e2ad madwifi: trivial antenna diversity fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-14 16:07:26 +00:00
florian
0b0c78e9a5 [package] add additions from (#5149)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-14 13:06:34 +00:00
nbd
b7d298ab07 madwifi: remove the -mlong-calls cflag from include files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-13 14:56:44 +00:00
florian
40dfc55535 [kernel] isdn4linux modules fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-13 14:38:00 +00:00
florian
7ad49016c7 [kernel] NET_EMATCH is a boolean (#5506)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-13 12:58:18 +00:00
acinonyx
7c0132efd3 udhcpc: Pass all events to udhcpc.user
Petitboot and maybe other apps need to know when
the dhcp lease is lost.  Move the udhcpc.user call
to send it all udhcpc events.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 15:38:04 +00:00
acinonyx
90951f130b madwifi.sh channel fix
In the madwifi.sh there is to read "only need to change freq band and channel on the first vif". This is wrong. For example if you create a new Ad-Hoc network and an AP interface, the channel is reseted to 1, regardless of the UCI setting. So remove this wrong code.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16814 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 15:37:59 +00:00
florian
e86d60479c [package] fix isdn4linux kernel modules with the 2.4.37 update
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16799 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 12:09:15 +00:00
florian
e728404fcc [package] wprobe does not build on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 11:33:14 +00:00
nbd
8f4fd13fba sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 00:01:22 +00:00
nbd
3e17a8ab66 madwifi: clean up wme handling, use same packet classification as mac80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 00:01:17 +00:00
nbd
d7f87c9aae kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 00:01:12 +00:00
nbd
e05f80b547 madwifi: fix another instance of excessive stack usage in wlanconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 00:00:51 +00:00
nbd
9fa444b39d upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 14:05:54 +00:00
nbd
8f0c0aaa45 remove hotplug2-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 01:20:55 +00:00
nbd
16d10a1170 ucitrigger depends on lua
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 00:02:38 +00:00
jow
ff39a6c6f5 package/lua: implement memory limits, scripts can use get_memory_limit() and set_memory_limit() to cap the maximum ram usage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-09 17:45:23 +00:00
nbd
fb70c35f18 wprobe: the bpf code expects direct-access fields to be in big endian, not cpu endian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:56:43 +00:00
nbd
864cae4970 wprobe: fix some endianness fail in the l2 filter code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:44:31 +00:00
nbd
e68b3865cc wprobe: fix uninitialized variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:21:09 +00:00
nbd
47a2f983bd rename the wprobe init script to /etc/init.d/wprobe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:03:43 +00:00
nico
39ed77af1e fix kexec-tools builds when libc != uClibc, strip quotes from KEXEC_TARGET_NAME config option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:00:04 +00:00
nbd
768a38de0f fix wprobe-export
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 02:22:46 +00:00
nico
3329f8257c use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 02:11:11 +00:00
nbd
d2d52c35cd update the init script and config for the new wprobe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 00:38:42 +00:00
nico
f22f2b6411 fix df -h output (closes: #5290)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 00:07:19 +00:00
nbd
8f7f273fa4 upgrade to the new version of wprobe - includes reconfigurable layer 2 statistics, remote access, more configuration options and many bugfixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06 19:05:24 +00:00
nbd
59bfb9d20e ucitrigger: add options to force enable/disable specific triggers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06 19:04:07 +00:00
juhosg
6d07fcf44e Baltic language support in kernel
Add Baltic langugae support in kernel package

Signed-off-by: zintis.petersons@e-mail.lv


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06 16:10:22 +00:00
juhosg
8cbeef3fb8 Add the gpio_keys input module to menuconfig
Signed-off-by: Ferenc Wagner <wferi@niif.hu>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06 16:10:20 +00:00
florian
f036a579e3 [package] make i2c-gpio-custom selectable (#5458)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06 11:16:04 +00:00
florian
ff3754c308 [package] fix kmod-ip6tables modules (#5274)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05 19:42:39 +00:00
florian
74cd05d02c [package] put all filesystem related packages into the Filesystem submenu (#5352)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-05 13:57:59 +00:00
florian
3fa8e26955 [kernel] remove 2.6.26 check, do not build ide-generic on arm it is not available (#5303)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-04 09:54:46 +00:00
nbd
8ae4dfd85c allow udhcpc to work properly for interfaces that are not configured through uci
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-03 22:12:40 +00:00
agb
32976620d3 [package] base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git instead of svn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-02 07:24:44 +00:00
acinonyx
09d38320e8 [package] madwifi: Disable compression capability on AR71XX and make it optional for other platforms (thanks to David A. Bandel and Dennis Bartsch)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16642 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-01 17:07:52 +00:00
agb
007d905907 move ksymoops from trunk/package/ to packages/devel/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-30 05:52:36 +00:00
acinonyx
69c875d174 [package] mac80211: Declare some variables as local and remove unused
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-29 21:13:10 +00:00
acinonyx
75b6ff7031 [package] base-files: Fix sysupgrade .tar.gz configuration restoring
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16626 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-29 21:13:05 +00:00
jow
e2e0b921de [package] openssl: fix bad chmod in install section (#5433)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-29 20:48:58 +00:00
jow
b0dfa67387 [package] base-files: ipcalc.sh: fix off-by-one in range-calculation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-29 11:35:33 +00:00
florian
aa45df0a06 [kernel] include arpfilter and arp_mangle in the kmod-arptables modules (#5410)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-28 06:18:22 +00:00
acinonyx
ee89db043c [package] hostapd: Remove deprecated 'debug' configuration variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-27 22:14:21 +00:00
florian
76e21539f5 [package] fix ksymoops architecture dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-26 21:38:27 +00:00
florian
53edff7d08 [package] add a cross-version of ksymoops
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-26 21:35:39 +00:00
juhosg
2bfe8f2518 [packages] mac80211: add more ath9k patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16562 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-25 19:45:51 +00:00
hauke
3eb59941fd [mac80211] Update compat-wireless to 2009-06-25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16561 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-25 17:28:36 +00:00
kaloz
dccbe704f2 add preliminary coldfire v4e support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-21 18:34:07 +00:00
juhosg
a1b9c1d2f6 [package] mac80211/ath5k: add workaround for the AR71xx PCI bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16535 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-21 14:38:15 +00:00
nbd
6972e6f26a change sysctl.conf to disable tcp ecn by default (based on discussion with marek who stumbled upon this, it creates hard-to-debug connectivity issues with providers/servers that still use buggy equipment)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-17 21:57:07 +00:00
juhosg
fdf0499fff [package] wireless-tools: fix a bug in iwconfig power command
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-17 14:42:24 +00:00
jow
032f0de1f9 [package] sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standard reboot fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-17 11:09:10 +00:00
florian
5fe6515b5f [package] fix unaligned accesses in b43/xmit.c (#5169)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-15 14:34:54 +00:00
kaloz
d5e68a9497 rfkill config cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-15 07:13:00 +00:00
nbd
115fc10275 include a skin for the goldfish emulator
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16460 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-14 21:17:50 +00:00
nbd
2d581e6047 add the 'goldfish' target, useful for experimenting with virtual phone hardware (includes the emulator)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16459 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-14 20:42:33 +00:00
hauke
9c5df5edbc [fuse24] remove empty patch forgotten in r16447
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-14 11:43:01 +00:00
hauke
71013384a4 [fuse24] Some fixes for fuse24.
Because sshfs expects character device to be /dev/fuse instead of /dev/misc/fuse, sshfs fails.
This patch creates fuse device at /dev/fuse instead, also for compatibility the postinstall script (only executed when manually installed per opkg) creates /dev/misc/fuse
added the dcache enabled kernel message to fuse24

Closes #5333


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16447 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-14 11:36:19 +00:00
hauke
e7bcb2908a D-Link DIR-320 support (broadcom-diag)
This patch adds D-Link DIR-320 support to broadcom-diag.

"reserved" button is the button on the right side of the router without
any title. I'm not sure if I've selected right name.

Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-14 09:39:43 +00:00
hauke
6f5a624c71 [packages] Various Makefile cleanup.
Thanks to swalker.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 16:47:22 +00:00
hauke
5b54b4b093 [dnsmasq] Update to version 2.49
Fixes #5331 and #5286


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 16:46:42 +00:00
florian
270465f3a0 [package] recognize WAP54Gv2 and assigne LED and GPIOs (#5335)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 15:56:21 +00:00
nbd
49d3415549 udhcpc: add cidr routes support (patch from #5299)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 14:42:47 +00:00
nbd
b4161d6377 wprobe: add missing include statement (patch from #5325)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16432 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 14:34:21 +00:00
nbd
a34576c119 madwifi: disable compression by default, as it can cause instabilities on various platforms (thx, acoul)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-11 12:40:07 +00:00
jow
0a49020502 [package] fuse24: introduce fuse package for brcm-2.4 (#5186)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-11 02:09:53 +00:00
jow
247904ddc9 [package] fuse: update to v2.7.4 (#5186)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-11 02:09:13 +00:00
acinonyx
337bcd03ce [package] base-files: Add support for bzipped images in sysupgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-10 22:34:14 +00:00
acinonyx
4f43c816a4 [package] base-files: Detect and decompressed gzipped images automatically when flashing with sysupgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16407 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-10 22:22:48 +00:00
acinonyx
510e735d56 [package] base-files: format hexdump output instead of using awk for sysupgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-10 21:52:07 +00:00
nbd
dfe42a2505 wprobe: move measurement task to the kernel, add some configurability (work in progress)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-10 14:37:36 +00:00
florian
a37a557c2e [package] fix typo in iptables makefile resulting in patches not being applied (#5311)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-09 07:54:46 +00:00
jow
95e79fe39e [package] nvram: refuse nvram operations on the WGT634U
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-08 11:59:41 +00:00
nbd
9aad34a95c add ucitrigger: a uci plugin, command line tool and lua interface for automatically applying uci config changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-08 01:27:01 +00:00
florian
20f06f43fc [package] fix detection of motorola wr850g, thanks to Vinicius Fonseca, (#4710)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-07 09:28:29 +00:00
jow
95f4b6bdd0 [package] nvram: don't execute nvram fixups on the WGT634U
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-06 02:05:10 +00:00
florian
40faa2b2ed [package] do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-04 13:14:00 +00:00
juhosg
9f4a54a627 [package] kernel/modules: package the VSC7385 driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-04 07:54:10 +00:00
juhosg
91c5508f6b [package] kernel/modules: move SPI drivers into a new submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-04 06:39:36 +00:00
lars
95761f2647 More libtool madness: Every package which was using c++ and libtool fixup
was linked against libstd++ even though if it should have been linked
against uclibc++. This is fixed by providing a special version of libtool
fixup for packages which should use uclibc++. Not pretty but functional.
Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of
PKG_FIXUP:=libtool

Somebody should probably check all packages using c++ with a dependency on stdlibc++
if uclibc++ can be used instead now.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-04 00:20:01 +00:00
acinonyx
5b0cf9ddca [package] base-files: fix test experession for sysupgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-03 18:15:04 +00:00
acinonyx
231bfe4d8a [package] ead: fix missing library error while building tinysrp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-03 13:53:15 +00:00
acinonyx
4b7f3bb250 [package] madwifi: clear variables used in for loop
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-03 13:53:10 +00:00
lars
9592a6ef10 [package] libtool: revert r16212. It broke building packages using c++.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-03 10:03:29 +00:00
hauke
6605084cf1 [mac80211] Update to compat-wireless-2009-06-02
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-02 18:48:52 +00:00
kaloz
edcbde64e6 package the e1000e driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-02 10:02:23 +00:00
nbd
864cf3adb0 madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transition)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 22:35:48 +00:00
nbd
1a8f0fd9f0 swconfig: fix kernel version dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 22:14:06 +00:00
kaloz
2dfc42c438 now that the gemini target is working, get rid of the obsolete and buggy storm target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:15:30 +00:00
kaloz
707d176121 fix madwifi for the gemini target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:09:10 +00:00
nbd
5d422a4b0e network: prevent unnecessary interface down/up cycles if no mac address change is requested
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:09:05 +00:00
nbd
ce35aafec5 network: do not unnecessarily touch interfaces configured as proto=none; bring down old aliases before setting up new ones
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:07:44 +00:00
hauke
dc3322589a [mac80211] B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL.
Fixes #5245.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16263 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 17:38:38 +00:00
nico
353dd0a7df [package] broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release number
This patch fixes an issue with the broadcom.sh configuration script when 
enabling sta mode.  Currently sta mode works provided that you have an AP 
enabled as well but it doesn't work if you have a sta interface but not an 
AP.  I found that merely reversing the order of the ap and apsta variables 
in the broadcom.sh script corrects this problem, and the attached patch does 
exactly that.

Signed-off-by: Eric Bishop <ebishop@bu.edu>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 14:37:11 +00:00
acinonyx
49d35fc6af [hostap-driver] Add diversity option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 14:32:34 +00:00
kaloz
c5757539b2 another 2.6.30 related crypto fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 14:04:06 +00:00
hcg
9ef5191b01 [hotplug2] Removed extra ; in exec rule
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 08:48:37 +00:00
jow
f1993df80d [package] madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 20:42:04 +00:00
nbd
cbfd6ccc24 madwifi: handle frame classification properly if eth->h_proto contains the protocol number directly (without offset)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 17:15:09 +00:00
nbd
a75dace023 madwifi: fix excessive stack usage in the wlanconfig tool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 15:04:45 +00:00
nbd
cbcac8031c madwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 14:45:04 +00:00
florian
372e5282aa [package] fix drivers firmware loading with the new hotplug2, patch from Russell Senior
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 12:08:15 +00:00
nbd
fa902124b5 madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 02:25:32 +00:00
jow
8433787edb [PATCH] [hostap-driver] Always escape essid
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 22:45:50 +00:00
jow
96beb4ddd8 [PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access control
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 22:45:13 +00:00
jow
ab58323cda [OpenWrt-Devel] [PATCH] [hostap-driver] Major enhancement to hostap.sh script
* use common openwrt option naming (e.g. sta instead of manged for mode)
 * add support for wds vifs
 * add support for monitor mode
 * add encryption support
 * add antenna selection options
 * add hidden ssid option
 * other minor fixes       
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 21:48:54 +00:00
florian
8e4b965ccb [package] acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 19:20:07 +00:00
nbd
27e2b99605 madwifi: add sanity checks for monitor mode injection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:53:41 +00:00
nbd
4b20535d42 madwifi: fix an array overrun in the rate control attach check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:53:24 +00:00
juhosg
4e613cd1e8 [package] base-files: set rules file for hotplug2 in the boot script (closes #5235)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 17:09:41 +00:00
lars
be59be1a41 [package] libtool: Unset CXX. It is not needed to build libtool, but if set
configure preferes CXX over CC to build the global_symbol_pipe test program. So
if there is no c++ compiler or the c++ installation is broken we end up with a
broken libtool script. Fixes #5022


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-30 15:17:16 +00:00
jow
281be5d6d1 [package] hotplug2 may need -fPIC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 23:11:29 +00:00
hauke
646ce3c344 [kernel] Config symbol is boolean.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 20:12:37 +00:00
nbd
bdf8b57032 fix kmod-crypto-core compile with 2.6.30 (#5201)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 11:12:47 +00:00
nbd
49c1258fdf hotplug2-old: fix path to build dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 09:26:09 +00:00
nbd
f2f110a1ea iptables: export libipq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 00:51:33 +00:00
florian
870ff6020c [package] delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 (#4974)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 20:41:21 +00:00
florian
ae1487fbc7 [package] refresh ar7-atm patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 19:04:54 +00:00
florian
ee2c29a40f [package] refresh acx-mac80211 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 19:04:41 +00:00
juhosg
13a73da7c8 [package] base-files: update command line for the new hotplug2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 18:48:54 +00:00
nbd
22c5f2c385 busybox: fix watchdog util compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:55:52 +00:00
florian
eb4a5e76e5 [package] correct path to board specific configuration, enable roboswitch driver in wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 16:19:38 +00:00
hcg
b697167e03 [hotplug2] added back atm rule
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:31:30 +00:00
hcg
fd838e9faf [hotplug2] add hotplug2 v1.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:21:58 +00:00
hcg
e78f0c2415 [hotplug2] Move hotplug2 v0.9 to hotplug2-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 13:20:54 +00:00
florian
d97cdd4da6 [package] remove the ar7-atm hotplug for the moment since it makes the driver oops
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-28 09:44:00 +00:00
nbd
b49e880ccb avila-wdt: add support for disabling the watchdog
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 15:33:18 +00:00
nico
65ad43e4c0 [package] busybox: fix build error in insmod applet on 2.4 (closes: #5220)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 13:21:48 +00:00
nbd
8316176c4f hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 02:54:29 +00:00
nico
f867e899bd [package] iproute2: install netlink header and library
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 21:58:24 +00:00
florian
03ee11b2ff [package] put the 4 ssl libraries into a ssl submenu (#5156)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 15:04:50 +00:00
florian
e56f132e78 [package] fix typo in the uci firewall script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 10:51:01 +00:00
florian
7d38d3ed62 [package] updated led status on atm events (#2996)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 09:32:28 +00:00
florian
27792506a4 [package] allow hotplug events to be triggered with the atm subsystem (#2996)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 09:30:45 +00:00
florian
bfd02d5ef0 [package] allow ar7-atm annex a and b co-existence by symlinking firmwares
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 08:43:52 +00:00
nico
e53ecb012e [package] busybox: update to v1.13.4 (closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 17:15:39 +00:00
nbd
51d4be989b fix missing kernel config symbol for ipv6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 14:50:34 +00:00
nico
396dbf68b1 [package] busybox: update to v1.12.4 (partially closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 13:52:31 +00:00
nbd
3ead8ebbe2 enable multicast routing by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 21:26:40 +00:00
hauke
a8bcc03e89 [crda] Update crda to version 1.1.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 20:44:57 +00:00
hauke
546972e6f2 [iw] Update to version 0.9.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 20:44:14 +00:00
nbd
ae5d2804ae move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 17:13:14 +00:00
nbd
1b87042f81 libnl-tiny: fix potential redefinition of offsetof
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 16:48:18 +00:00
hauke
3d61d21538 [pcmcia] yenta is build in an other package.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16024 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 11:31:22 +00:00
hauke
379a28590c [ssb] Remove pcmcia support from ssb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 11:30:06 +00:00
hauke
5f81fbf292 [mac80211] Add rtl8180 and rtl8187 support.
Based on patch from #5138.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16022 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 11:14:00 +00:00
nbd
e7a59d0518 fix mips64el base-files compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-23 21:16:04 +00:00
nbd
e25092dac1 madwifi: remove the "turbo" iwpriv command, it does not do anything useful, but it can lead to crashes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-22 17:44:07 +00:00
florian
85ab24117d [brcm-2.4] allow sta mode to work with psk+aes (#4687)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-22 10:30:55 +00:00
agb
c2df3469a8 [mac80211] update compat-wireless to 2009-05-21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15976 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-22 07:19:58 +00:00
nbd
817a0c0c76 madwifi: fix a rare ad-hoc mode crash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-21 18:23:53 +00:00
nbd
b471be98ae madwifi: cosmetic fixes for maxrate/minrate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-21 18:11:08 +00:00
hauke
641c4de73d [ppp] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-21 10:49:21 +00:00
hauke
5ef9698654 [ppp] Make patches apply agagin.
The deleted parts were two times in the patches.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-21 10:48:24 +00:00
jow
184fbf8c19 [package] update ppp to v2.4.4 (#5102)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 22:36:38 +00:00
jow
3ea3f46e5a [PATCH] [madwifi] Declare some missing local variables in madwifi.sh
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 21:52:15 +00:00
jow
8936474665 [PATCH] [madwifi] Fix device name allocation
This patch fixes a bug in madwifi where names for wifi devices are not
allocated during device setup. It fixes some instability on devices which share
IRQ.
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 21:33:54 +00:00
jow
c8bbe9850a [PATCH] [madwifi] Build madwifi with compression capability enabled
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 21:32:05 +00:00
jow
1b0c13b756 [PATCH] [qos-scripts] Reload IMQ only when needed
[PATCH] [qos-scripts] Use config_get_bool for halfduplex option
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 21:16:22 +00:00
jow
5d37860a9d [PATCH] [qos-scripts] Fix packet/connection marking when using halfduplex option
This fixes an bug where QoS is not applied to packets passing through 
POSTROUTING chain when using halfduplex option. Since QoS is done on IMQ
device, packets should be marked before sending to the IMQ.
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15947 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 21:12:09 +00:00
jow
0f805cdf51 [PATCH] [qos-scripts] Reload modules with parameters specified
This patch makes qos-scripts reload a module when there is need to pass some
parameters to it. It fixes an issue on devices with more than two interfaces where
many IMQ devices are needed but the module is already loaded with the
default numdevs=2
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 21:10:45 +00:00
jow
1a0587ec49 [PATCH] [madwifi] Detect every atheros device present
This patch is for boards with more than one atheros devices. It changes 
detect_atheros() function to continue with the detection of every device
present and don't return when just one is found
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 20:44:19 +00:00
florian
71aa5e09c4 [package] change the uClibc-0.9.29 check (#5165)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 16:51:59 +00:00
florian
7ef79242f3 [package] use e2fsprogs 1.40.11 with uClibc 0.9.29 (#5085, #5033)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 09:28:36 +00:00
jow
983acddc60 [package] base-files: fixup resolv.conf check in udhcpc script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-17 17:56:26 +00:00
florian
81f76c5079 [opkg] update to r4993
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-17 17:09:12 +00:00
agb
c14e62dcee [opkg] opkg.conf: update trunk snapshots url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-17 16:49:50 +00:00
nico
b6e11a79b2 [package] libertas: use last known stable firmware version, move it to "Wireless Drivers" section, rename LICENSE file to match firmware
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-17 13:41:10 +00:00
nico
b1df753746 [package] base-files: initialize GZIPED to 0 in sysupgrade since it's used later in numeric comparisons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-17 11:54:44 +00:00
nico
1a95e5226b [package] kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from "depends" to "select"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-17 03:07:24 +00:00
nico
9bf1cfd44b [package] madwifi: don't try to set an interface essid with an empty value
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-17 02:01:03 +00:00
nico
20a7f3860f [package] openssl: fix annoying build errors when changing upstream versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-17 00:25:41 +00:00
nbd
55d0ab63ea brcm-2.4: nvram_set has been removed, remove some remaining calls to it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-16 20:02:17 +00:00
kaloz
ef81023351 set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-15 12:26:18 +00:00
jow
e5b98fff8d [package] sysupgrade: use sysrq-trigger if available
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-15 12:10:26 +00:00
kaloz
95d813f4c3 cardbus != pcmcia -- disable it in b43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-15 08:58:02 +00:00
nbd
0d3ad9cfd0 firewall: automatically set up NOTRACK rules to disable connection tracking for zones that have no masquerading, no conntrack and no forwarding from/to other zones with masq/conntrack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 21:46:38 +00:00
hauke
2b9928c7ad [kernel] orinoco is only one module with kernel 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15852 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 19:02:10 +00:00
hauke
e7ee300066 [madwifi] Make madwifi compile with kernel 2.6.30.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 19:00:11 +00:00
nico
9b69d8a2cd [package] lua: install lua.pc pkgconfig file as well (closes: #5132)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 17:59:06 +00:00
kaloz
ccd6b5b27f RTCs shouldn't be modules, ever..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 09:28:34 +00:00
nbd
8b6a9610f8 madwifi: fix distance setting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-13 13:02:20 +00:00
hauke
1b99239fe3 [brcm47xx] Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-12 22:02:19 +00:00
nico
42f55dc34b [package] libpcap: fix typo in protocol api patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-12 14:47:19 +00:00
florian
2dbfe770ef [package] fix crypto pcompress configuration symbol name w/ 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15798 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-12 10:53:22 +00:00
nbd
c834c015a4 madwifi: the openwrt build system usually has a better idea of what the target arch is than the madwifi build system :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 21:22:11 +00:00
hauke
c3a3e000b0 [it821x] The it821x is at an other location in older kernels.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:58:08 +00:00
hauke
8e86097bc1 [kernel] hci_usb.ko is not availably in kernel newer than 2.6.27.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:57:09 +00:00
hauke
4e7b24cd50 [libertas] load usb8xxx after usb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:53:55 +00:00
hauke
7355d4d68b [ssb] Add support for pcmcia to ssb.
b43 will build now with pcmcia support.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:51:38 +00:00
hauke
e5bc624d05 [kernel] Conditionals are not supported in Kconfig.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:46:51 +00:00
hauke
d578a0bbf1 [kernel] The vfat directory have chanced with all newer kernel.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:46:01 +00:00
hauke
ebe966cbab [kernel] Make nfs and xfs load again.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15781 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:44:27 +00:00
hauke
608b82147f [kernel] kmod-libphy also needed with kernel 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:41:15 +00:00
hauke
c5bbc9a733 [video-core] With kernel bigger than 2.6.29 compat_ioctl32 will not be build.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15779 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:40:28 +00:00
hauke
b2bd77d6b9 [ieee80211-softmac] Remove ieee80211-softmac and net-bcm43xx, because it is not used any more.
This is only included in old kernel versions.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:36:19 +00:00
hauke
13f32dc724 [lib80211] /net/ieee80211/ was removed in new kernel versions.
This adds lib80211 for new kernel versions and make ipw2x00 and hostap driver depend on it.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:31:31 +00:00
hauke
81eeea12a4 [madwifi] make madwifi compile with kernel 2.6.29.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:16:13 +00:00
nbd
9e8570e3c0 madwifi: ignore the eeprom fast framing supported flag, as it is an arbitrary restriction and not based on hardware capability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-10 22:43:44 +00:00