diff options
author | Sungbo Eo <mans0n@gorani.run> | 2022-01-31 13:21:47 +0900 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-02-01 14:54:16 +0900 |
commit | c7a559980ad18270c0c1c7afa4cbe708f26fb851 (patch) | |
tree | ca133216b20cbe59f6e3522a4d9bcd1b2d9ef732 /target/linux/ath79/nand | |
parent | 0c635cf830bc9bb46005f5f8ac414c80e1bcab4e (diff) | |
download | upstream-c7a559980ad18270c0c1c7afa4cbe708f26fb851.tar.gz upstream-c7a559980ad18270c0c1c7afa4cbe708f26fb851.tar.bz2 upstream-c7a559980ad18270c0c1c7afa4cbe708f26fb851.zip |
ath79: improve support for Dongwon T&I DW02-412H
* Move &nand node to DTSI
* Utilize nvmem for fetching caldata
* Rename build recipe, clean before build
* Simplify KERNEL definition
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/ath79/nand')
-rw-r--r-- | target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 03e225ddde..d47e296853 100644 --- a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -13,11 +13,6 @@ case "$FIRMWARE" in caldata_extract "art" 0x5000 0x844 ath10k_patch_mac $(mtd_get_mac_binary art 0x12) ;; - dongwon,dw02-412h-64m|\ - dongwon,dw02-412h-128m) - caldata_extract "art" 0x5000 0x844 - ath10k_patch_mac $(macaddr_add $(mtd_get_mac_binary art 0x0) 4) - ;; glinet,gl-ar750s-nor|\ glinet,gl-ar750s-nor-nand) caldata_extract "art" 0x5000 0x844 |