aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/wireless.mk
Commit message (Expand)AuthorAgeFilesLines
* kernel: move kmod-owl-loader to the right .mk fileFelix Fietkau2016-10-041-0/+21
* firmware: extract prism54-firmware into own packageHauke Mehrtens2016-06-301-16/+1
* rtl8192su-firmware: move firmware to own packageHauke Mehrtens2016-06-251-17/+1
* wireless: remove rtl8188eu (staging)John Crispin2016-03-201-18/+0
* wireless: add vendor dirsJohn Crispin2016-03-201-1/+3
* wireless: remove cisco airoJohn Crispin2016-03-201-16/+0
* Revert "kernel: add rtl8723au driver (staging)"Felix Fietkau2015-06-151-21/+0
* kernel: drop obsolete linux 3.10 related dependencies/checksFelix Fietkau2015-04-101-2/+2
* modules: remove zd1201 packageJohn Crispin2015-04-091-54/+0
* kernel: add rtl8723au driver (staging)John Crispin2015-04-091-1/+21
* kernel: remove obsolete kernel version dependenciesFelix Fietkau2015-03-191-1/+1
* kernel: add missing symbol to realtek wifiJohn Crispin2015-02-091-0/+1
* modules: Add support for Realtek r8712 and RTL8192SU.John Crispin2015-01-281-0/+32
* build: drop obsolete kernel version dependenciesFelix Fietkau2015-01-241-1/+1
* packages: kernel: negate kernel version checksHauke Mehrtens2014-10-311-1/+1
* packages: enable AP mode on r8188euZoltan Herpai2014-09-211-1/+1
* modules: allow building rtl8188eu on 3.14Zoltan Herpai2014-09-171-1/+1
* kernel: net-rtl8188eu depends on kmod-usbcoreHauke Mehrtens2014-05-021-1/+1
* kernel: add staging r8188eu module (3.13)Zoltan Herpai2014-04-301-0/+20
* zd1201: fix url to zd1201 firmwareHauke Mehrtens2013-10-121-1/+1
* kernel: make most modules use AutoProbeJohn Crispin2013-09-171-3/+3
* kernel: be consistent with formatting styleLuka Perkov2013-07-261-1/+0
* kernel: net-zd1201 depends on usb-coreFelix Fietkau2013-07-181-1/+1
* packages: clean up the package folderJohn Crispin2013-06-211-0/+109
"nf">leds { usb { label = "green:usb"; gpios = <&led_gpio 7 GPIO_ACTIVE_LOW>; linux,default-trigger = "usbport"; trigger-sources = <&hub_port0>; }; }; &usb0 { status = "okay"; }; &usb_phy0 { status = "okay"; }; &spi { status = "okay"; flash@0 { compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x000000 0x010000>; read-only; }; info: partition@10000 { label = "info"; reg = <0x010000 0x010000>; read-only; }; partition@20000 { compatible = "denx,uimage"; label = "firmware"; reg = <0x020000 0xe30000>; }; partition@e50000 { label = "tplink"; reg = <0xe50000 0x1a0000>; read-only; }; art: partition@ff0000 { label = "art"; reg = <0xff0000 0x010000>; read-only; }; }; }; }; &eth0 { nvmem-cells = <&macaddr_info_8>; nvmem-cell-names = "mac-address"; mac-address-increment = <1>; }; &eth1 { nvmem-cells = <&macaddr_info_8>; nvmem-cell-names = "mac-address"; }; &wmac { mtd-cal-data = <&art 0x1000>; nvmem-cells = <&macaddr_info_8>; nvmem-cell-names = "mac-address"; }; &info { compatible = "nvmem-cells"; #address-cells = <1>; #size-cells = <1>; macaddr_info_8: macaddr@8 { reg = <0x8 0x6>; }; };