2021-01-05 23:38:00 +00:00
|
|
|
#!/bin/bash
|
2021-06-06 05:53:18 +00:00
|
|
|
# AutoBuild Module by Hyy2001 <https://github.com/Hyy2001X/AutoBuild-Actions>
|
2021-01-05 23:38:00 +00:00
|
|
|
# AutoBuild DiyScript
|
|
|
|
|
|
|
|
Diy_Core() {
|
|
|
|
Author=Hyy2001
|
2021-05-27 14:41:20 +00:00
|
|
|
Default_Device=
|
2021-04-20 11:51:13 +00:00
|
|
|
Short_Firmware_Date=true
|
2021-04-24 14:24:26 +00:00
|
|
|
Default_IP_Address=192.168.1.1
|
2021-01-11 13:44:45 +00:00
|
|
|
|
2021-06-17 09:55:19 +00:00
|
|
|
INCLUDE_AutoBuild_Features=true
|
2021-06-17 07:48:21 +00:00
|
|
|
INCLUDE_DRM_I915=false
|
2021-06-17 09:55:19 +00:00
|
|
|
INCLUDE_Argon=true
|
2021-04-09 15:12:34 +00:00
|
|
|
INCLUDE_Obsolete_PKG_Compatible=false
|
2021-01-05 23:38:00 +00:00
|
|
|
}
|
|
|
|
|
2021-03-29 09:11:16 +00:00
|
|
|
Firmware-Diy() {
|
2021-06-06 05:53:18 +00:00
|
|
|
case "${TARGET_PROFILE}" in
|
2021-03-24 12:50:54 +00:00
|
|
|
d-team_newifi-d2)
|
2021-06-18 16:18:36 +00:00
|
|
|
Copy CustomFiles/mac80211.sh package/kernel/mac80211/files/lib/wifi
|
|
|
|
# Copy CustomFiles/system_d-team_newifi-d2 package/base-files/files/etc/config system
|
|
|
|
# Copy CustomFiles/Patches/102-mt7621-fix-cpu-clk-add-clkdev.patch target/linux/ramips/patches-5.4
|
2021-03-24 12:50:54 +00:00
|
|
|
esac
|
2021-06-06 05:53:18 +00:00
|
|
|
}
|