Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wprobe: fix compile error because of missing isnan() | Felix Fietkau | 2009-09-02 | 1 | -0/+2 |
| | | | | SVN-Revision: 17468 | ||||
* | fix module loading with kernel 2.6.27 | Hauke Mehrtens | 2009-09-01 | 2 | -89/+451 |
| | | | | SVN-Revision: 17457 | ||||
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵ | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438 | ||||
* | allow mklibs.py to optimize libgcc_s.so.1 | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 17437 | ||||
* | fix wrong kernel version based nls dependency | Felix Fietkau | 2009-08-28 | 1 | -3/+1 |
| | | | | SVN-Revision: 17436 | ||||
* | add missing dependency for kmod-ntfs (patch from #5638) | Felix Fietkau | 2009-08-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 17435 | ||||
* | Added identification of WRT610N and its button/led definitions. | Felix Fietkau | 2009-08-28 | 1 | -0/+20 |
| | | | | | | Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz> SVN-Revision: 17434 | ||||
* | Added support for identifying the BCM53115 switch found in WRT610N. | Felix Fietkau | 2009-08-28 | 1 | -2/+4 |
| | | | | | | Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz> SVN-Revision: 17433 | ||||
* | madwifi: fix another unconverted netdev_ops issue | Felix Fietkau | 2009-08-28 | 1 | -4/+8 |
| | | | | SVN-Revision: 17431 | ||||
* | update e2fsprogs to 1.41.9, add support for ext4 (#5748) | Florian Fainelli | 2009-08-27 | 2 | -6/+7 |
| | | | | SVN-Revision: 17427 | ||||
* | add the in-tree gspca driver | Florian Fainelli | 2009-08-27 | 1 | -4/+453 |
| | | | | | | Signed-off-by: David Cooper <dave at kupesoft.com> SVN-Revision: 17421 | ||||
* | firewall: emit hotplug events for interface add/remove | Felix Fietkau | 2009-08-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 17415 | ||||
* | iw: update to 0.9.17 | Gabor Juhos | 2009-08-26 | 1 | -2/+2 |
| | | | | SVN-Revision: 17409 | ||||
* | udevtrigger: replace the non-portable tar options used to prevent a ↵ | Felix Fietkau | 2009-08-24 | 1 | -1/+1 |
| | | | | | | namespace conflict with a change to PKG_BUILD_DIR. fixes build on non-gnu systems SVN-Revision: 17393 | ||||
* | move /bin/swconfig to /sbin | Felix Fietkau | 2009-08-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 17387 | ||||
* | udev: Update udev package from udev-106 to udev-142 | Geoff Levand | 2009-08-24 | 8 | -210/+189 |
| | | | | | | | | | | | | | | | | | | | | 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> SVN-Revision: 17378 | ||||
* | udevtrigger: Breakout udevtrigger package | Geoff Levand | 2009-08-24 | 4 | -13/+77 |
| | | | | | | | | | | | 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> SVN-Revision: 17377 | ||||
* | kexec-tools: Remove the unused file kexec.sh | Geoff Levand | 2009-08-24 | 1 | -5/+0 |
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17376 | ||||
* | kexec-tools: Make link /sbin/kexec for compatability with other distros | Geoff Levand | 2009-08-24 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17375 | ||||
* | kexec-tools: Make build of kdump optional | Geoff Levand | 2009-08-24 | 2 | -5/+20 |
| | | | | | | | | Most systems won't need kdump, so make its build optional. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17374 | ||||
* | kexec-tools: Minor makefile line end fixes | Geoff Levand | 2009-08-24 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17373 | ||||
* | kexec-tools: Add libtool PKG_FIXUP | Geoff Levand | 2009-08-24 | 1 | -0/+2 |
| | | | | | | | | libtool is needed to build kexec-tools. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17372 | ||||
* | kexec-tools: Update package to version 2.0.1 | Geoff Levand | 2009-08-24 | 2 | -26/+2 |
| | | | | | | | | Update package from kexec-tools-2.0.0 to kexec-tools-2.0.1. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17371 | ||||
* | fix pdc20xx compile for linux 2.6 | Felix Fietkau | 2009-08-24 | 1 | -2/+6 |
| | | | | SVN-Revision: 17359 | ||||
* | brcm-2.4: fix ide disk detection on the wl-hdd | Felix Fietkau | 2009-08-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 17358 | ||||
* | libpcap: fix kernel version check | Felix Fietkau | 2009-08-21 | 1 | -0/+4 |
| | | | | SVN-Revision: 17349 | ||||
* | busybox: adjust default config for nommu targets | Felix Fietkau | 2009-08-21 | 1 | -0/+19 |
| | | | | SVN-Revision: 17348 | ||||
* | mac80211: fix a race condition in the cfg80211 scanning code (thx, johill) | Felix Fietkau | 2009-08-20 | 1 | -0/+98 |
| | | | | SVN-Revision: 17341 | ||||
* | b43: disable pio and pcmcia support | Felix Fietkau | 2009-08-20 | 3 | -11/+30 |
| | | | | SVN-Revision: 17340 | ||||
* | mac80211: reorganize compat code to make cfg80211 load without usb | Felix Fietkau | 2009-08-20 | 1 | -0/+72 |
| | | | | SVN-Revision: 17339 | ||||
* | fix a typo in the compat-wireless build speedup patch | Felix Fietkau | 2009-08-20 | 1 | -3/+3 |
| | | | | SVN-Revision: 17337 | ||||
* | mac80211: disable b43 lp-phy support for now | Felix Fietkau | 2009-08-20 | 1 | -0/+11 |
| | | | | SVN-Revision: 17336 | ||||
* | mac80211: speed up build by reducing the makefile shell calls, fix forced ↵ | Felix Fietkau | 2009-08-20 | 4 | -6/+223 |
| | | | | | | disable of rfkill SVN-Revision: 17335 | ||||
* | wpa_supplicant: fix madwifi related config change handling | Felix Fietkau | 2009-08-20 | 1 | -0/+2 |
| | | | | SVN-Revision: 17333 | ||||
* | mac80211: add missing config override | Felix Fietkau | 2009-08-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 17331 | ||||
* | now that each target has its own package directory, remove the base-files ↵ | Felix Fietkau | 2009-08-20 | 1 | -7/+5 |
| | | | | | | package renaming hack SVN-Revision: 17330 | ||||
* | mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware ↵ | Felix Fietkau | 2009-08-20 | 1 | -4/+10 |
| | | | | | | 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 SVN-Revision: 17328 | ||||
* | remove support for compat-wireless-old | Felix Fietkau | 2009-08-20 | 5 | -504/+10 |
| | | | | SVN-Revision: 17327 | ||||
* | upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to ↵ | Felix Fietkau | 2009-08-20 | 6 | -555/+63 |
| | | | | | | config.mk, which frequently causes rejects on new versions SVN-Revision: 17326 | ||||
* | base-files: fix sysupgrade get_magic_word() function to return proper values ↵ | Jo-Philipp Wich | 2009-08-19 | 1 | -1/+1 |
| | | | | | | if the first two bytes are identical SVN-Revision: 17319 | ||||
* | madwifi: remove version selection support | Felix Fietkau | 2009-08-19 | 1 | -12/+0 |
| | | | | SVN-Revision: 17316 | ||||
* | remove support for the madwifi upstream release, it doesn't work on newer ↵ | Felix Fietkau | 2009-08-19 | 4 | -67/+14 |
| | | | | | | kernels and it's not very reliable anyway SVN-Revision: 17315 | ||||
* | madwifi: add patch for building all modules (except for the HAL) into a ↵ | Felix Fietkau | 2009-08-19 | 3 | -37/+801 |
| | | | | | | single module. saves space and gets rid of unnecessary exports removes support for onoe and amrr - I don't think anybody needs these anymore SVN-Revision: 17314 | ||||
* | add powersave fixes based on patches by Steven Luo (#4376) | Felix Fietkau | 2009-08-19 | 2 | -0/+35 |
| | | | | SVN-Revision: 17312 | ||||
* | madwifi: refresh patches | Felix Fietkau | 2009-08-19 | 5 | -9/+9 |
| | | | | SVN-Revision: 17311 | ||||
* | powerpc: Create a powerpc64 config feature | Geoff Levand | 2009-08-18 | 2 | -2/+2 |
| | | | | | | | | | | | 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> SVN-Revision: 17306 | ||||
* | ps3-utils: Add Build/InstallDev section to package makefile | Geoff Levand | 2009-08-18 | 1 | -0/+12 |
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17302 | ||||
* | ps3-utils: Update package to include latest repository fixes | Geoff Levand | 2009-08-18 | 1 | -12/+15 |
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17301 | ||||
* | add missing libsas configuration symbol | Florian Fainelli | 2009-08-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 17297 | ||||
* | iw: update to 0.9.16 | Gabor Juhos | 2009-08-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 17292 |