Nicolas Thill [Mon, 17 Sep 2007 01:51:57 +0000 (01:51 +0000)]
 
fix typo again (do i need some sleep?)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8822 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Mon, 17 Sep 2007 01:48:35 +0000 (01:48 +0000)]
 
fix wrong submenu for kmod-leds-wrap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8821 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Mon, 17 Sep 2007 01:36:18 +0000 (01:36 +0000)]
 
only build in-kernel bcm43xx on broadcom targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8820 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Mon, 17 Sep 2007 01:34:31 +0000 (01:34 +0000)]
 
move CAPI/ISDN module from other.mk to network.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8819 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Mon, 17 Sep 2007 00:08:24 +0000 (00:08 +0000)]
 
disable powersave, vlynq can't handle this
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8818 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Sun, 16 Sep 2007 22:49:04 +0000 (22:49 +0000)]
 
acx: Fix Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8817 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 22:41:24 +0000 (22:41 +0000)]
 
oops, fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8816 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
John Crispin [Sun, 16 Sep 2007 21:03:04 +0000 (21:03 +0000)]
 
changed the timeout for grub to load the menu from 10 secs to 2 secs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8815 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 19:31:37 +0000 (19:31 +0000)]
 
add kernel module for PCengines WRAP leds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8814 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 19:21:23 +0000 (19:21 +0000)]
 
rename packages dependecies missed from [8806]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8813 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 19:16:10 +0000 (19:16 +0000)]
 
move kmod-nbd & kmod-loop from other.mk to block.mk, disable cryptoloop since it's not packaged anywhere
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8812 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 19:09:01 +0000 (19:09 +0000)]
 
rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8811 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 17:48:44 +0000 (17:48 +0000)]
 
usb-atm fixes:
 * change dependency for usb-atm modules from kmod-atm to kmod-usb-atm
 * prefix package names with kmod-usb-atm-
 * title cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8809 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 17:45:15 +0000 (17:45 +0000)]
 
cosmetic changes: rename submenu vars, add missing copyright headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8808 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:39:18 +0000 (16:39 +0000)]
 
various changes for kernel video support:
 * move kernel video related modules to a separate "Video Support" submenu and video.mk file
 * rename kmod-videodev to kmod-video-core
 * prefix all video modules with kmod-video-
 * add missing dependencies on USB support
 * rename kmod-usb-qc to kmod-video-quickcam
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8806 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:32:30 +0000 (16:32 +0000)]
 
change dependency on kmod-atm from depends to select for usb atm modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8805 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:28:50 +0000 (16:28 +0000)]
 
remove (unused?) linux symlink in BUILD_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8804 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:27:49 +0000 (16:27 +0000)]
 
don't assume PCI support, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8803 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:25:53 +0000 (16:25 +0000)]
 
move exec permissions fix at Build/Prepare stage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8802 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:21:56 +0000 (16:21 +0000)]
 
add missing dependencies on PCI/PCMCIA/USB support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8801 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:16:57 +0000 (16:16 +0000)]
 
add dependencies on kmod-crypto for kmod-ipsec and kmod-mppe, change kmod-pppoa dependency on kmod-atm from depends to select
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8800 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:12:20 +0000 (16:12 +0000)]
 
fix hostap dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8799 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 16:10:37 +0000 (16:10 +0000)]
 
revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work when symbols from different kernel versions are mixed in KCONFIG
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8798 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Sun, 16 Sep 2007 15:13:50 +0000 (15:13 +0000)]
 
Updated acx (#2394) and fixed acx-mac80211 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8797 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 14:09:57 +0000 (14:09 +0000)]
 
allow targets for override generic config (GENERIC_LINUX_CONFIG:=/dev/null) for testing purposes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8796 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 16 Sep 2007 14:08:23 +0000 (14:08 +0000)]
 
quote LINUX_VERSION to avoid shell errors at DUMP time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8795 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 13:35:51 +0000 (13:35 +0000)]
 
Add ipv6 up/down using route (#2372)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8794 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 13:17:47 +0000 (13:17 +0000)]
 
Fix macfiltering options (#2397)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8792 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 11:38:37 +0000 (11:38 +0000)]
 
Fix the svn:ignore property on the files directory (#2375)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8791 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 10:57:29 +0000 (10:57 +0000)]
 
Add support for the D-Link DIR-450, thanks to Macpaul Lin !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8790 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 10:52:49 +0000 (10:52 +0000)]
 
Update firmware md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8789 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 10:32:42 +0000 (10:32 +0000)]
 
Package wpa-passphrase (#1275)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8788 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 10:24:10 +0000 (10:24 +0000)]
 
Revert the InstallDev section, was only there testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8787 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 10:21:53 +0000 (10:21 +0000)]
 
Put back ldd and ldconfig (#1543)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8786 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 16 Sep 2007 09:58:10 +0000 (09:58 +0000)]
 
Use default values for lcp-echo-failure and lcp-echo-interval (#2373)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8785 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sat, 15 Sep 2007 21:01:43 +0000 (21:01 +0000)]
 
Add support for IP over ATM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8782 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sat, 15 Sep 2007 16:19:26 +0000 (16:19 +0000)]
 
prevent include/netfilter.mk from being included multiple times
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8781 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Sat, 15 Sep 2007 08:53:23 +0000 (08:53 +0000)]
 
add 'make prepare' target for building the tools and toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8780 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Rod Whitby [Fri, 14 Sep 2007 21:37:08 +0000 (21:37 +0000)]
 
Moved config back to config-default, but left the FSG3 profile config non-working in the config directory as a reminder that it has to be changed over to the new scheme when that's ready.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8779 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Fri, 14 Sep 2007 20:26:54 +0000 (20:26 +0000)]
 
don't broke other archs, we're close to mainstream (i hope)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8778 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Rod Whitby [Fri, 14 Sep 2007 13:26:11 +0000 (13:26 +0000)]
 
Reinstated the kernel configuration for the FSG3 profile.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8776 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Fri, 14 Sep 2007 08:18:46 +0000 (08:18 +0000)]
 
Package support for IP over ATM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8775 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Fri, 14 Sep 2007 05:30:11 +0000 (05:30 +0000)]
 
fix previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8774 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Fri, 14 Sep 2007 04:49:47 +0000 (04:49 +0000)]
 
add *dma_mask's to cpmacs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8773 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Fri, 14 Sep 2007 04:46:34 +0000 (04:46 +0000)]
 
fix watchdog seek test (#2383)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8772 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Gabor Juhos [Thu, 13 Sep 2007 16:54:51 +0000 (16:54 +0000)]
 
[adm5120] image generation fixes, thanks to <berny156 at gmx.de> (#2379)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8771 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Thu, 13 Sep 2007 07:16:26 +0000 (07:16 +0000)]
 
fix CAC_ADDR/UNCAC_ADDR macros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8770 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Thu, 13 Sep 2007 07:07:46 +0000 (07:07 +0000)]
 
mmzone.h is not needed anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8769 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Thu, 13 Sep 2007 06:21:27 +0000 (06:21 +0000)]
 
128 irqs is not enough...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8768 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Thu, 13 Sep 2007 06:20:29 +0000 (06:20 +0000)]
 
copy-paste typo, lost static's
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8767 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Wed, 12 Sep 2007 17:48:46 +0000 (17:48 +0000)]
 
use ebase instead of CAC_BASE, some cosmetic fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8766 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Wed, 12 Sep 2007 17:02:34 +0000 (17:02 +0000)]
 
fix a few issues with dynamically assigned interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8765 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Wed, 12 Sep 2007 16:15:12 +0000 (16:15 +0000)]
 
Enabled working ar7_wdt, style cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8764 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Wed, 12 Sep 2007 15:49:32 +0000 (15:49 +0000)]
 
Add macfiltering to broadcom-wl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8763 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Wed, 12 Sep 2007 15:30:00 +0000 (15:30 +0000)]
 
added ar7_wdt fix by Alex
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8762 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Wed, 12 Sep 2007 13:21:02 +0000 (13:21 +0000)]
 
Style fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8761 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Wed, 12 Sep 2007 12:27:06 +0000 (12:27 +0000)]
 
there is no need in two identical actions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8760 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Wed, 12 Sep 2007 12:23:56 +0000 (12:23 +0000)]
 
vlynq cleanups:
 * drivers can now set a clock divisor
 * irq handling cleanup, drivers now can handle error irqs themselves
 * style cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8759 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Tue, 11 Sep 2007 23:50:02 +0000 (23:50 +0000)]
 
more AR7 cleanups & fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8758 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Tue, 11 Sep 2007 22:40:06 +0000 (22:40 +0000)]
 
no memset after kzalloc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8757 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Matteo Croce [Tue, 11 Sep 2007 21:19:57 +0000 (21:19 +0000)]
 
AR7: Cleanups (closes: #2323)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8756 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Gabor Juhos [Tue, 11 Sep 2007 17:55:08 +0000 (17:55 +0000)]
 
[adm5120] rewrite image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8755 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
John Crispin [Tue, 11 Sep 2007 17:34:52 +0000 (17:34 +0000)]
 
fixes bug that causes mp3 stream to hang is server is not fast enough
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8754 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
John Crispin [Tue, 11 Sep 2007 16:53:53 +0000 (16:53 +0000)]
 
fix a possible dead lock in the fonera-mp3 driver, that can happen, when the buffer runs dry
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8753 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Tue, 11 Sep 2007 14:50:43 +0000 (14:50 +0000)]
 
disable dsp freq use for vlynq bus clock init, disable external clocking (it locks up on c54apra2+) and revert to internal clocking trying various clock divisors.
cleanup:
 * remove volative and use readl & writel accessors instead
 * use set_irq_chip & friends for irq setup
 * use kzalloc instead of kmalloc
 * secure VINT_VECTOR macro argument
 * remove unused vlynq_local_id function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8750 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Tue, 11 Sep 2007 14:04:34 +0000 (14:04 +0000)]
 
fix target names in image options (closes: #2357)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8749 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Tue, 11 Sep 2007 13:49:28 +0000 (13:49 +0000)]
 
fix target names in DEPENDS (closes: #2341)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8748 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Tue, 11 Sep 2007 13:44:55 +0000 (13:44 +0000)]
 
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8747 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Tue, 11 Sep 2007 13:42:23 +0000 (13:42 +0000)]
 
Style cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8746 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Tue, 11 Sep 2007 13:29:53 +0000 (13:29 +0000)]
 
move package descriptions to separate definitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8745 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Tue, 11 Sep 2007 13:18:51 +0000 (13:18 +0000)]
 
Style cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8744 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Eugene Konev [Tue, 11 Sep 2007 13:07:52 +0000 (13:07 +0000)]
 
AR7: IRQ handlng cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8743 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Tue, 11 Sep 2007 06:43:59 +0000 (06:43 +0000)]
 
AR7 will also be running in big-endian on zyxel devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8741 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Tue, 11 Sep 2007 06:43:27 +0000 (06:43 +0000)]
 
Remove useless EXTRA_CFLAGS stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8740 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Tue, 11 Sep 2007 06:32:05 +0000 (06:32 +0000)]
 
Fix comments to the mtd driver (see linux-mips.org/archives/linux-mips/2007-09/msg00064.html)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8738 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Tue, 11 Sep 2007 00:14:37 +0000 (00:14 +0000)]
 
properly clean up after kernel_{old,menu}config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8737 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Mon, 10 Sep 2007 23:01:45 +0000 (23:01 +0000)]
 
fix custom series files in kernel patch directories
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8736 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
John Crispin [Mon, 10 Sep 2007 21:19:21 +0000 (21:19 +0000)]
 
added a init.d script to fonera-mp3d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8734 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
John Crispin [Mon, 10 Sep 2007 20:59:38 +0000 (20:59 +0000)]
 
fixed fonera mp3 driver sysfs and autoload
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8733 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Travis Kemen [Mon, 10 Sep 2007 20:24:18 +0000 (20:24 +0000)]
 
add fix from ticket #2290
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8732 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Mon, 10 Sep 2007 14:19:56 +0000 (14:19 +0000)]
 
Rearrange patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8729 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Gabor Juhos [Mon, 10 Sep 2007 09:54:35 +0000 (09:54 +0000)]
 
[adm5120] fix memory size detection (#2244)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8728 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Mon, 10 Sep 2007 04:21:21 +0000 (04:21 +0000)]
 
fix kernel build with quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8727 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Mon, 10 Sep 2007 01:04:57 +0000 (01:04 +0000)]
 
fix kernel_menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8726 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Sun, 9 Sep 2007 22:59:46 +0000 (22:59 +0000)]
 
fix madwifi build on atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8725 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Sun, 9 Sep 2007 22:39:10 +0000 (22:39 +0000)]
 
define extra config symbols for targets containing multiple subtargets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8724 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 9 Sep 2007 20:49:21 +0000 (20:49 +0000)]
 
oops, 2 typos missed from [8721]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8722 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Nicolas Thill [Sun, 9 Sep 2007 20:37:50 +0000 (20:37 +0000)]
 
fix KCONFIG in packages: move back all KCONFIG from package variants to the main package since we don't know the kernel version at dump time.
keep old KCONFIG lines commented out, so we can switch back easily later.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8721 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Felix Fietkau [Sun, 9 Sep 2007 19:33:18 +0000 (19:33 +0000)]
 
fix kmod-ide-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8719 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 9 Sep 2007 19:18:02 +0000 (19:18 +0000)]
 
Add preliminary support for sysupgrade on brcm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8718 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 9 Sep 2007 18:41:49 +0000 (18:41 +0000)]
 
Allow /dev/ttyUSB2 as wan device for 3g (#2269)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8717 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 9 Sep 2007 18:32:06 +0000 (18:32 +0000)]
 
Package the statistics module for netfilter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8716 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 9 Sep 2007 18:21:36 +0000 (18:21 +0000)]
 
Add Merlin XU870 (#1303)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8715 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
John Crispin [Sun, 9 Sep 2007 18:00:00 +0000 (18:00 +0000)]
 
fixes menuconfig selection of grub for x86 targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8713 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 9 Sep 2007 16:05:14 +0000 (16:05 +0000)]
 
Finally fix the usage of limit (#2240)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8712 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 9 Sep 2007 15:50:03 +0000 (15:50 +0000)]
 
Fix toolchain generation with FPU enabled (#2242)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8711 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Florian Fainelli [Sun, 9 Sep 2007 15:09:10 +0000 (15:09 +0000)]
 
Fix the imagebuilder generation (does not mean it works with the recent changes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8710 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Gabor Juhos [Sun, 9 Sep 2007 13:28:24 +0000 (13:28 +0000)]
 
[adm5120] use the global register access macros in the flash driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8707 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Gabor Juhos [Sun, 9 Sep 2007 12:54:11 +0000 (12:54 +0000)]
 
[adm5120] remove volatile derefs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8706 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
Gabor Juhos [Sun, 9 Sep 2007 12:50:32 +0000 (12:50 +0000)]
 
[adm5120] cleanup memory detection code, fix #2244
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8705 
3c298f89-4303-0410-b956-
a3cf2f4a3e73