1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00
Commit Graph

17768 Commits

Author SHA1 Message Date
nbd f4a4d900ca remove debug crap accidentally left in the patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 21:05:55 +00:00
nbd b235d132d3 awx: improve memory allocation handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 21:00:07 +00:00
florian 26af02c426 Split the led driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 20:09:52 +00:00
florian 2641c80c8d Fix duplicate entries in the patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 19:53:45 +00:00
florian 36a52ac230 Add ADM5120 GPIO wrappers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 19:51:36 +00:00
florian 57e7ef99c0 Add generic GPIO support to MIPS boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 19:49:50 +00:00
florian 826fb21bbf Implement architecture speficic GPIO calls for adm5120, thanks to Gabor Juhos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 19:47:41 +00:00
florian a0959aa783 Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 19:46:50 +00:00
kaloz c4105c81c0 convert aruba to the new structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 19:32:31 +00:00
kaloz f2146ff453 give Aruba some love - add support for the combined flash layout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 18:51:23 +00:00
rwhitby 21c566be05 Support for the ARTOP IDE chipset on IOMega NAS100d (pata-artop).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 12:17:44 +00:00
florian 37a2d57dfd Fix the scx200 watchdog typo (#1724)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 11:50:53 +00:00
nbd fa9a999ca0 rewritten template parser for awx - uses @for, @if, @else, @end for basic flow control
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-20 06:36:12 +00:00
nbd 74263c7c57 fix pcmcia/pccard build defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-19 16:16:48 +00:00
nbd 49f869938d add some apparently missing dma cache ops to the korina driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-19 13:27:34 +00:00
nbd 0771c0af36 convert rb532 to the new structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7273 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-19 13:14:38 +00:00
florian e6eda13dd5 Backport [7224] to the adm5120 flash map driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-18 09:29:39 +00:00
thepeople f4fb35b391 keep uci_set from saving things that have not changed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-16 14:46:23 +00:00
nbd 6dfe719aac make txstop workaround safe with napi polling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-16 13:44:06 +00:00
nbd 0c0407178e Fix broadcom squashfs images:
We switched over to appending the jffs2 eof mark to the squashfs images, 
but since the squashfs is not always aligned to eraseblocksize, the eof
mark landed in the wrong place. This commit adds an extra flag to the
trx utility that can append extra data to a partition with alignment.
This is used to place the jffs2 eof mark at the right offset.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-15 18:41:48 +00:00
florian c573998811 Fix alsa-lib on 2.6 kernels, add an hotplug rule to populate /dev with the sound peripherals (#1677)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-15 08:20:31 +00:00
mbm 1f9301993a fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-15 06:14:35 +00:00
nbd 7113b9687c awx: variable initialization fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-15 00:13:38 +00:00
florian d0e2ff24dc Update gmp to 4.2.1 (#1162)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 19:19:00 +00:00
florian bef444d0b4 Prefer real executables when available (#1296)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7232 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 18:19:07 +00:00
florian b4313e72fe Add the #1680 fix for GNU make versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 17:55:00 +00:00
nbd 0f48302e7a make udhcpc silent after 3 'Sending discover ...' messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 16:05:17 +00:00
nbd 77b6e0d258 brcm47xx-2.6: fix squashfs image partitioning problem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 13:45:41 +00:00
nbd cef31fddde madwifi: enable txstop workaround for ap and ibss mode only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 11:11:42 +00:00
mbm 5f4cd74dd6 cleaner version of the udhcp script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 08:37:57 +00:00
mbm 8ed8315334 /proc needs to be mounted before preinit.arch for failsafe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 05:37:24 +00:00
nbd e5a6579b59 madwifi: remove V=1 (was only added for debugging)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 23:04:20 +00:00
nbd 24e0d8a9bb oops. some code accidentally slipped into the wrong patch file :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 23:03:34 +00:00
florian a87f6b14b4 Do not suppress routes if the router received on renew is the same (#138)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 21:58:08 +00:00
florian 1117278190 Fix routeboard board detection, add some new ZyXEL boards, thanks to Gabor Juhos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7214 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 21:56:34 +00:00
nbd f0663614b6 madwifi: fix xscale build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 19:19:27 +00:00
nbd 54ed8f47ff huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes lots of bugfixes and performance enhancements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 16:24:11 +00:00
kaloz 33942f4fdc fix the nslu2 image for the new layout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 13:31:02 +00:00
florian 663c75c6b2 Fix set_state preinit stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 10:17:57 +00:00
mbm 6853d4d1ef clean up the mtd unlocking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 09:39:21 +00:00
florian f28f5c32a7 Correction, there is no USB for RB1xx targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 22:27:16 +00:00
florian 06c81414a4 Add a RB1xx profile to generate RouterBoard RB1xx series image and kernel command line hack patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 22:20:39 +00:00
florian dcc995f489 Add patch-cmdline to patch the RB1xx kernel command line after installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7193 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 22:19:22 +00:00
florian b7ff990b64 Add wget2nand from David Goodenough, useful for RouterOS to OpenWrt migration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7192 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 22:15:06 +00:00
florian 3786a154ba Include admswconfig for adm5120 based targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7191 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 20:48:53 +00:00
florian 50f6b9f6d3 adm5120 is no longer broken now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 19:15:07 +00:00
florian 489e115285 Fix 32/64bits issues with airlink image generator
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 18:22:22 +00:00
mbm 9c5c412127 fix bug in imagebuilder init.d scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 17:47:05 +00:00
florian 495fb6bdbd Rewrite LED driver, enable PCMCIA modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 16:43:25 +00:00
florian a213a58eeb Backport [7172] to adm5120 mtd map driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7184 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-11 15:36:57 +00:00