Commit Graph

42 Commits

Author SHA1 Message Date
Felix Fietkau
85ad2a43a0 add switch gpio init for bcm57xx (untested, see #2744)
SVN-Revision: 9642
2007-11-30 21:58:14 +00:00
Felix Fietkau
66a69b145a add extra wrt350n leds (patch from #2745)
SVN-Revision: 9641
2007-11-30 21:58:06 +00:00
Felix Fietkau
e3ecefbd23 fix adm switch misdetection, which led to bogus button events that caused the system to shut down
SVN-Revision: 9555
2007-11-16 03:11:09 +00:00
Florian Fainelli
874935fe41 Add detection support for Buffalo WHR-G125 from #2611
SVN-Revision: 9548
2007-11-13 07:39:29 +00:00
Felix Fietkau
9b486d6381 fix wr850g detection (#1936)
SVN-Revision: 9492
2007-11-03 16:17:53 +00:00
Felix Fietkau
a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
Felix Fietkau
4db9556f99 bump package versions after updates
SVN-Revision: 8680
2007-09-07 20:41:57 +00:00
Nicolas Thill
e3dc76af1b fix board name for nvram and switch packages on brcm-2.4 after [8653]
SVN-Revision: 8664
2007-09-07 12:54:24 +00:00
Felix Fietkau
56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
2007-09-06 16:27:37 +00:00
Nicolas Thill
be0de75a3e package Makefile cleanup: remove uneeded vars
SVN-Revision: 8587
2007-09-03 08:20:36 +00:00
Nicolas Thill
02cd6d278f use a default VERSION field for kmod packages
SVN-Revision: 8575
2007-09-02 16:39:27 +00:00
Mike Baker
c6e6780624 fix wan configuration on wr850g v2/v3
SVN-Revision: 8482
2007-08-25 12:27:01 +00:00
Florian Fainelli
b43058582a Fix the typo
SVN-Revision: 8336
2007-08-04 09:28:19 +00:00
Florian Fainelli
4be0c0cda1 Add support for the D-Link DWL-3150
SVN-Revision: 8335
2007-08-04 09:04:55 +00:00
Mike Baker
af7a203b76 rearrange diag's platform detection code to look for known platform strings before guessing
SVN-Revision: 7876
2007-07-04 16:51:00 +00:00
Felix Fietkau
8c41e51e92 fix failsafe on broadcom, send netlink events in diag when running linux 2.6
SVN-Revision: 7722
2007-06-25 08:32:25 +00:00
Felix Fietkau
fa799b9b4c fix a memleak in broadcom-diag (#1780)
SVN-Revision: 7683
2007-06-20 21:52:55 +00:00
Florian Fainelli
9f1f24069b Add support for the D-Link DIR-130/330
SVN-Revision: 7660
2007-06-18 08:14:11 +00:00
Florian Fainelli
4f1ed37138 Add updated support for buffalo routers (#1874)
SVN-Revision: 7585
2007-06-12 11:31:27 +00:00
Imre Kaloz
3237230249 bcm47xx compile fix for .21, thanks to noz
SVN-Revision: 7337
2007-05-26 15:54:22 +00:00
Felix Fietkau
a1206669e8 fix gpio interrupts on broadcom (thanks, jpcass)
SVN-Revision: 7090
2007-05-04 17:35:58 +00:00
Florian Fainelli
5203f99da6 Fix reverse polarity on WGT634U (was : green while booting, amber when ready)
SVN-Revision: 6958
2007-04-15 19:44:15 +00:00
Felix Fietkau
bf622ab0ae add diag and switch support for brcm47xx-2.6
SVN-Revision: 6562
2007-03-14 01:19:24 +00:00
Felix Fietkau
c55d91061f add SimpleTech SimpleShare NAS diag support (untested; based on patch from #1352)
SVN-Revision: 6460
2007-03-02 16:27:53 +00:00
Felix Fietkau
89b89ef77d add wl-500w diag support (untested, based on patch from #1298)
SVN-Revision: 6416
2007-02-28 00:01:41 +00:00
Felix Fietkau
2fb06d46d9 Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a new target profile
SVN-Revision: 6142
2007-01-20 12:35:00 +00:00
Felix Fietkau
c606df6563 cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface
SVN-Revision: 6136
2007-01-20 02:01:53 +00:00
Felix Fietkau
8bcdd4e5e9 add usb led for wl-hdd
SVN-Revision: 6133
2007-01-20 01:18:58 +00:00
Felix Fietkau
ee54f19d41 move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)
SVN-Revision: 6096
2007-01-14 17:56:42 +00:00
Felix Fietkau
680e7b59bc add hardware detection for dell truemobile 2300
SVN-Revision: 5854
2006-12-19 06:40:32 +00:00
Imre Kaloz
ee1839c4f2 add diag support for the Buffalo WZR-G300N
SVN-Revision: 5812
2006-12-16 23:03:54 +00:00
Felix Fietkau
fe98b0751a add diag support for the WRT350N
SVN-Revision: 5785
2006-12-14 07:59:45 +00:00
Florian Fainelli
7790289f3e Add Trendware TEW-411BRplus (#1038)
SVN-Revision: 5764
2006-12-11 21:46:31 +00:00
Mike Baker
7e7ff643f5 Ignore false button events generated by switch gpio use
SVN-Revision: 5687
2006-12-01 22:31:11 +00:00
Felix Fietkau
7bb9865fff fix gpios for wzr-rs-g54, add support for the wzr-rs-g54hp
SVN-Revision: 5636
2006-11-24 02:39:41 +00:00
Felix Fietkau
f33d7f1127 diag: add support for the buffalo wzr-rs-g54
SVN-Revision: 5616
2006-11-22 20:58:18 +00:00
Felix Fietkau
541abcfad6 fix dmz gpio for the wrtsl54gs
SVN-Revision: 5600
2006-11-21 14:09:34 +00:00
Felix Fietkau
f5669c81c3 fix motorola we800g misdetection
SVN-Revision: 5579
2006-11-19 00:18:56 +00:00
Felix Fietkau
ff7e84d401 improve accuracy of the diag detection of the wrt54g3g
SVN-Revision: 5521
2006-11-13 18:22:05 +00:00
Felix Fietkau
b592d36cb1 forward port diag changes from whiterussian, add extra abstraction for the gpio stuff
SVN-Revision: 5478
2006-11-09 07:35:27 +00:00
Felix Fietkau
a61a61e523 fix typo
SVN-Revision: 5428
2006-11-03 22:11:29 +00:00
Felix Fietkau
c9dcbd5531 port new diag driver to kamikaze
SVN-Revision: 5426
2006-11-03 21:58:08 +00:00