Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | udevtrigger: Breakout udevtrigger package | Geoff Levand | 2009-08-24 |
| | | | | | | | | | | | 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 |
| | | | | | | 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 |
| | | | | | | 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 |
| | | | | | | | | 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 |
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17373 | ||
* | kexec-tools: Add libtool PKG_FIXUP | Geoff Levand | 2009-08-24 |
| | | | | | | | | 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 |
| | | | | | | | | 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 |
| | | | | SVN-Revision: 17359 | ||
* | brcm-2.4: fix ide disk detection on the wl-hdd | Felix Fietkau | 2009-08-23 |
| | | | | SVN-Revision: 17358 | ||
* | libpcap: fix kernel version check | Felix Fietkau | 2009-08-21 |
| | | | | SVN-Revision: 17349 | ||
* | busybox: adjust default config for nommu targets | Felix Fietkau | 2009-08-21 |
| | | | | SVN-Revision: 17348 | ||
* | mac80211: fix a race condition in the cfg80211 scanning code (thx, johill) | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17341 | ||
* | b43: disable pio and pcmcia support | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17340 | ||
* | mac80211: reorganize compat code to make cfg80211 load without usb | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17339 | ||
* | fix a typo in the compat-wireless build speedup patch | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17337 | ||
* | mac80211: disable b43 lp-phy support for now | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17336 | ||
* | mac80211: speed up build by reducing the makefile shell calls, fix forced ↵ | Felix Fietkau | 2009-08-20 |
| | | | | | | disable of rfkill SVN-Revision: 17335 | ||
* | wpa_supplicant: fix madwifi related config change handling | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17333 | ||
* | mac80211: add missing config override | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17331 | ||
* | now that each target has its own package directory, remove the base-files ↵ | Felix Fietkau | 2009-08-20 |
| | | | | | | package renaming hack SVN-Revision: 17330 | ||
* | mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware ↵ | Felix Fietkau | 2009-08-20 |
| | | | | | | 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 |
| | | | | SVN-Revision: 17327 | ||
* | upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to ↵ | Felix Fietkau | 2009-08-20 |
| | | | | | | 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 |
| | | | | | | if the first two bytes are identical SVN-Revision: 17319 | ||
* | madwifi: remove version selection support | Felix Fietkau | 2009-08-19 |
| | | | | SVN-Revision: 17316 | ||
* | remove support for the madwifi upstream release, it doesn't work on newer ↵ | Felix Fietkau | 2009-08-19 |
| | | | | | | 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 |
| | | | | | | 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 |
| | | | | SVN-Revision: 17312 | ||
* | madwifi: refresh patches | Felix Fietkau | 2009-08-19 |
| | | | | SVN-Revision: 17311 | ||
* | powerpc: Create a powerpc64 config feature | Geoff Levand | 2009-08-18 |
| | | | | | | | | | | | 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 |
| | | | | | | 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 |
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17301 | ||
* | add missing libsas configuration symbol | Florian Fainelli | 2009-08-18 |
| | | | | SVN-Revision: 17297 | ||
* | iw: update to 0.9.16 | Gabor Juhos | 2009-08-17 |
| | | | | SVN-Revision: 17292 | ||
* | mac80211: add deadlock fix patch | Gabor Juhos | 2009-08-16 |
| | | | | SVN-Revision: 17290 | ||
* | Fix broken i2c module loading in R17269 | Gabor Juhos | 2009-08-16 |
| | | | | | | | | | | | | 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> SVN-Revision: 17288 | ||
* | remove *printf warnings preventing wprobe to build on uml x86_64 | Nicolas Thill | 2009-08-16 |
| | | | | SVN-Revision: 17287 | ||
* | use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules | Nicolas Thill | 2009-08-16 |
| | | | | SVN-Revision: 17286 | ||
* | wprobe: fix tcp port for the proxy mode in the init script | Felix Fietkau | 2009-08-15 |
| | | | | SVN-Revision: 17278 | ||
* | increase release number | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17277 | ||
* | Do not build the mac80211 module in the kernel. The attributes ↵ | Hauke Mehrtens | 2009-08-15 |
| | | | | | | skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. SVN-Revision: 17276 | ||
* | also exclude usb_unpoison_urb | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17275 | ||
* | exclude kernel 2.6.27 | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17274 | ||
* | kernel/modules: allow I2C modules to be compiled into the kernel (closes #5702) | Gabor Juhos | 2009-08-15 |
| | | | | SVN-Revision: 17269 | ||
* | Build modules only if realy needed. | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17267 | ||
* | update openfw to 5.2 | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17266 | ||
* | Update to compat-wireless-2009-08-15 | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17265 | ||
* | fix path to orinoco wireless modules (#5701) | Florian Fainelli | 2009-08-14 |
| | | | | SVN-Revision: 17264 | ||
* | firewall: allow incoming udp/68 packets in the default configuration (#4108, ↵ | Jo-Philipp Wich | 2009-08-13 |
| | | | | | | #4781) SVN-Revision: 17238 | ||
* | more compile fixes for sangam-atm and 2.6.31 | Florian Fainelli | 2009-08-11 |
| | | | | SVN-Revision: 17228 |