Commit Graph

13914 Commits (ae9fd50c01e575b39b491f84376ced2a19d56e28)

Author SHA1 Message Date
Imre Kaloz ae9fd50c01 upgrade avr32 to 2.6.30-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-02 06:42:23 +00:00
Mirko Vogt 2c5cec770e rename serial devices for 2.6.30 as well to avoid uneeded mappings in userspace
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-02 00:56:09 +00:00
Felix Fietkau da49000eec 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
Felix Fietkau 248747bc36 atheros: add working patches/config for 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 22:14:16 +00:00
Felix Fietkau 9cba5fd9c6 add ip175c switch driver patch to 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 22:14:11 +00:00
Felix Fietkau 90cfc524b6 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
Felix Fietkau 6173862288 ocf: fix uninitialized variable access (thx, Dakon)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 22:14:01 +00:00
Imre Kaloz d5647885f9 temporary, hackish, etc, etc.. lzma support for the arm zImage loader
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 21:09:40 +00:00
Imre Kaloz db804f45ca we don't use RedBoot on orion
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 21:08:26 +00:00
Florian Fainelli 15316b2ab2 [tools] port lzmp that is packaged by debian, build it, but do not install it yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 20:31:49 +00:00
Imre Kaloz 9831eb0223 use the openwrt lzma options for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 20:31:23 +00:00
Imre Kaloz 9cf168c425 add missing config option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 20:03:46 +00:00
Florian Fainelli 693f304923 [brcm63xx] backport an upstream fix: We're not disabling IRQ, so we must call the irq safe flavour of netif_rx_complete, should fix some crashes when running the system for a long time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:27:51 +00:00
Felix Fietkau 9d9fd36594 remove some more obsolete files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:20:09 +00:00
Imre Kaloz 671a899cc4 remove 2.6.23 support, as the last target using that has been nuked, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:16:10 +00:00
Imre Kaloz 87a6e2bb18 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
Imre Kaloz 138e643659 use squashfs on the gemini by default, remove broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16273 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:10:18 +00:00
Imre Kaloz d043cf9a3e fixup mac addresses on gemini boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:09:36 +00:00
Imre Kaloz 7f5bcd441b 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
Felix Fietkau b4f89cab4b 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
Imre Kaloz e5692576c1 generate squashfs images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16268 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:08:39 +00:00
Imre Kaloz 68028025ac register the watchdog on the wbd111
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:08:08 +00:00
Felix Fietkau 7898f9a59d 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
Imre Kaloz 0993100376 optimize the kernel for size... *sigh*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 18:07:33 +00:00
Hauke Mehrtens 68ce0505d4 [kernel] Add missing kernel symbol.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 17:40:55 +00:00
Hauke Mehrtens fba3b2caf7 [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
Nicolas Thill 39a7c93dfd [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
Vasilis Tsiligiannis 416abd8e93 [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
Imre Kaloz 7e0173bdd3 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
Imre Kaloz c5695b5fb7 fixup sheevaplug support (for now we use sdcards for rootfs)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 13:23:52 +00:00
Imre Kaloz 919b1fcef5 increase kernel partition to 4MB, generate jffs2 images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 12:52:30 +00:00
Imre Kaloz 4f4e27e181 add patches to support the advanced power management on Kirkwood socs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16250 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 12:51:19 +00:00
Imre Kaloz a1c2b4b088 fix compatibility with certain SD cards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 12:50:35 +00:00
Imre Kaloz 8dd4f6a3d5 even if we don't support booting from the nand yet, change the rootfs name for OpenWrt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16248 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 12:50:27 +00:00
Imre Kaloz c714c81c71 fix mv643xx_eth dma mask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 12:46:25 +00:00
Imre Kaloz 3863376218 fix VFP handling on feroceon cores
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 12:45:50 +00:00
Imre Kaloz 57e01630cb fix typo and add nand_gpio to the generic config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 12:44:59 +00:00
Claudio Mignanti e29356fa8e [etrax] enable optimize for size, avoid to trigger gcc bug #36482
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 09:19:40 +00:00
Hamish Guthrie a12585f503 [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
Florian Fainelli d674bc59e0 [ar7] add experimental 2.6.30 support, boot tested
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 08:11:37 +00:00
Florian Fainelli 731cbb4776 [kernel] refresh 2.6.30 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 08:07:40 +00:00
Florian Fainelli f1367c6261 [ar7] remove old 2.6.24 code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16240 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01 08:04:56 +00:00
Jo-Philipp Wich f691eb4f14 [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
Felix Fietkau 83db58db63 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
Ralph Hempel c360bce6a4 fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 16:15:47 +00:00
Felix Fietkau ab98fd6b3b 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
Felix Fietkau a5c1e60bcd 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 Fainelli 24a790156d [cobalt] add diag.sh to report boot status on the front-led of the machine
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 13:55:35 +00:00
Gabor Juhos bb2ed20991 [ar71xx] register parallel flash device on the AP83 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-31 12:37:40 +00:00
Florian Fainelli 3a1189adea [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