Commit Graph

158 Commits (484103fb708b5264292bf3ba59fd65e8ece67919)

Author SHA1 Message Date
Matteo Croce 2c8465c3ba atheros: USB support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11113 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 19:43:00 +00:00
Travis Kemen f768022059 fix file names
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-08 20:01:45 +00:00
Travis Kemen da17321948 change image generation, no need for duplicate images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-08 19:37:06 +00:00
Travis Kemen 472f6033f7 fix filename for image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-08 16:46:33 +00:00
Travis Kemen a91bb11f6a buld images for the Ubiquiti LiteStation and NanoStation ported from http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-07 23:47:17 +00:00
Felix Fietkau b25f25f063 remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems to be causing problems for various devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11058 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-07 07:33:48 +00:00
Gabor Juhos 484e99cd78 [atheros] override CPU features to save ~125KB of kernel memory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-05 18:53:27 +00:00
Gabor Juhos 2d697dad7b [atheros] fix size calculation of the radio_config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-05 17:31:36 +00:00
Gabor Juhos 4b4d13a88d [atheros] add .25 patches (kernel boots fine on LS2, LS5, FON2200 and on WRT55AG v2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-03 05:43:29 +00:00
Gabor Juhos e5d3dda2f9 [atheros] resync .24 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10990 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-30 13:56:30 +00:00
Felix Fietkau 653cf2c078 enable a different pseudo-vlan mode in the marvell switch (uses a proprietary header instead of a proprietary trailer) - fixes some mtu issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-29 12:55:44 +00:00
Imre Kaloz 9053c9678e naming convention
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-28 16:28:29 +00:00
Gabor Juhos d87deeedad [atheros] fix a typo in the previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-27 18:36:24 +00:00
Gabor Juhos 8dead6fdb4 [atheros] enable 2.6.24 to run on ar53xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-27 17:40:02 +00:00
Nicolas Thill f9967ea05f properly disable CONFIG_CRYPTO_HW
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-27 12:31:50 +00:00
Gabor Juhos 2d93f878d2 [atheros] remove the clz function, use fls instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 09:10:50 +00:00
Felix Fietkau f85cb02b81 make use of the marvell switch in the atheros port
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 08:39:16 +00:00
Felix Fietkau e62fdae016 Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ and the upcoming Fonera 2.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10876 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 08:29:01 +00:00
Gabor Juhos 88dbe9e906 [atheros] remove strange direct usage of dev->priv as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 07:14:45 +00:00
Gabor Juhos 32fe4ae45f [atheros] use the netdev_priv() macro instead of directly accessing dev->priv
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 06:49:42 +00:00
Gabor Juhos c96d5f922b [atheros] use stats from net_device structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 06:47:02 +00:00
Gabor Juhos 0c29aee60a [atheros] nuke trailing whitespaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10872 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 06:40:36 +00:00
Felix Fietkau 60797bacdd make use of the adm6996 switch for atheros devices that support it (autodetected at boot time)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 03:24:59 +00:00
Felix Fietkau 3c2c1b1b69 Add stub driver for ADM6996F switches (configured through MII)
The driver currently uses a hardcoded VLAN mapping and has no configuration yet
Tested on Accton MR3202a


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 02:53:04 +00:00
Gabor Juhos 1519a7d78b [atheros] add missing CONFIG_GPIO_LEDS related ifdefs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-14 17:23:07 +00:00
Gabor Juhos 96348cd4e6 [atheros] fix GPIO direction setup on ar5312, and fix compiler warnings
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-13 10:47:13 +00:00
John Crispin 9693c70502 fix reboot on ar5315
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-03 21:40:40 +00:00
John Crispin ee8cfeca57 add generic led support to atheros target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-03 21:09:41 +00:00
John Crispin 6766d68c85 add gpio support to atheros, fixes #1861, thanks Othello
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-03 20:28:10 +00:00
Florian Fainelli 52dc3b36ec Revert [10668] this was also accidental
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-27 15:52:29 +00:00
Florian Fainelli b43169c8a5 Create a dummy sit package for 2.4 kernelsq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-27 15:44:14 +00:00
Imre Kaloz 884aca7088 upgrade & standardize kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-11 10:50:40 +00:00
Felix Fietkau d7f9402a06 increase the flash window size for ar5312 - there are apparently 5312 devices out there with 8M flash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-07 18:31:36 +00:00
Felix Fietkau e4a37fff0a add missing config selections
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 18:00:55 +00:00
Felix Fietkau f895991b65 implement ar2313_adjust_link
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-03 18:00:46 +00:00
Felix Fietkau d696820682 port atheros to 2.6.24 (untested), but do not use the new kernel by default yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 04:44:35 +00:00
Felix Fietkau 0f80201533 add atheros ar2313 vlan fix (thx, SeG)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-24 20:04:24 +00:00
Florian Fainelli 1aa4cd6974 Resync kernel config for atheros (#2940)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-02 00:25:59 +00:00
Felix Fietkau 279ee0b049 add atheros reset button fixes from #2774
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-13 05:14:47 +00:00
Felix Fietkau 62ccdcedae make the image filenames a bit shorter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 23:08:11 +00:00
Florian Fainelli d0b5834db8 We are now at .23.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23 08:13:12 +00:00
John Crispin 8372c9716d fix b0rked atheros kernelconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9386 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21 08:56:10 +00:00
John Crispin 5e6504c49f refreshed madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 19:13:53 +00:00
John Crispin 58d1c142d5 fixed missing symbols in atheros kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-18 21:46:52 +00:00
Felix Fietkau 3defafaf6e don't dispatch spurious irq0 events
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-18 18:27:33 +00:00
John Crispin 5042f33084 [9298] was b0rked
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 00:19:33 +00:00
John Crispin 53230edadb converted atheros ethernet driver to phy layer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 00:07:43 +00:00
John Crispin 3658cbe4f3 fix serial port warning on atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 01:15:36 +00:00
John Crispin 67c2279ec5 add atheros patch to enable annoying printks as atheros eth driver has no cheksum support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12 22:20:04 +00:00
Felix Fietkau dfa79a2c6d move a few kconfig options from atheros to generic-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9273 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12 21:21:36 +00:00
John Crispin 4b81524776 fixed error in kernelconfig for atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12 19:27:23 +00:00
John Crispin b26611d3ad move atheros to 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11 23:16:52 +00:00
Gabor Juhos 9233c3cdb9 get rid of per-profile base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29 14:27:54 +00:00
John Crispin 9da5eb2da7 added option to atheros kernel to be able to disable reset button from inside the fon mp3 driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8969 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 00:32:31 +00:00
Felix Fietkau dab23ede10 clean up jffs2 config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19 20:58:16 +00:00
Felix Fietkau 6665a2c1dc adapt profiles for subtarget changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08 20:04:43 +00:00
Felix Fietkau 6bcd07afdd 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08 19:55:42 +00:00
Felix Fietkau 92558d67a4 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00