From 355f0444f3622347650776dd8f1e388dc5d000ca Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 17 Dec 2019 01:15:35 +0100 Subject: lantiq: split base-files into subtargets This splits the device-dependent base-files into subtarget directories, like done recently for ath79 and ramips. While this increases the overall lines of codes, it will make the code per subtarget smaller and easier to keep track of features and devices. While at it, several variables at the top of 02_network are removed, as they were never changed. The values are put directly into the function calls where they are used. Remove unneeded LED setup from 01_leds, and remove 01_leds entirely for falcon subtarget (as it is not used there). Applies alphabetic reordering to device cases in base-files. Signed-off-by: Adrian Schmutzler --- .../etc/hotplug.d/firmware/11-ath10k-caldata | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 target/linux/lantiq/base-files/etc/hotplug.d/firmware/11-ath10k-caldata (limited to 'target/linux/lantiq/base-files/etc/hotplug.d/firmware/11-ath10k-caldata') diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/11-ath10k-caldata deleted file mode 100644 index 0b48b77d41..0000000000 --- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# Based on ar71xx 11-ath10k-caldata and 10-rt2x00-eeprom - -[ -e /lib/firmware/$FIRMWARE ] && exit 0 - -. /lib/functions/caldata.sh - -case "$FIRMWARE" in -"ath10k/cal-pci-0000:02:00.0.bin") - board=$(board_name) - case $board in - bt,homehub-v5a) - caldata_extract_ubi "caldata" 0x5000 0x844 - ath10k_patch_mac $(macaddr_add $(mtd_get_mac_binary_ubi caldata 0x110c) +3) - ;; - *) - caldata_die "board $board is not supported yet" - ;; - esac - ;; -esac -- cgit v1.2.3