Merge Official Source
This commit is contained in:
commit
b617bd458f
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=intel-microcode
|
||||
PKG_VERSION:=20180807a
|
||||
PKG_VERSION:=20190918
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=intel-microcode_3.$(PKG_VERSION).$(PKG_RELEASE).tar.xz
|
||||
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/non-free/i/intel-microcode/
|
||||
PKG_HASH:=1a7cb96d5c6a4abac2936236223d9bea79d7442dc1cfe9b712ff8e35374f0f9f
|
||||
PKG_HASH:=b7ecb5dd30d71e9b3c2ab184693a876171392e0d80d138c3560c662e5f2a2247
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-3.$(PKG_VERSION).$(PKG_RELEASE)
|
||||
|
||||
PKG_BUILD_DEPENDS:=iucode-tool/host
|
||||
|
||||
@ -12,10 +12,10 @@ PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
|
||||
PKG_SOURCE_DATE:=2019-10-29
|
||||
PKG_SOURCE_VERSION:=d442d62dea8d7c5f9bb58f1be257230a469f343f
|
||||
PKG_SOURCE_DATE:=2019-11-10
|
||||
PKG_SOURCE_VERSION:=77ad0de09247b9bdce50f4cecf3e5beb5636f57f
|
||||
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
|
||||
PKG_MIRROR_HASH:=1e06289ec1a639dddf7dcddd6936e20808f41ec7f1b5afc0cc6fda32a8207824
|
||||
PKG_MIRROR_HASH:=d36caff85bebbf7fb1b512359243bdbb7d9b16140e0d631afae9de2c3b8e4dff
|
||||
|
||||
PKG_LICENSE:=ISC
|
||||
PKG_LICENSE_FILES:=
|
||||
|
||||
@ -83,7 +83,7 @@ case "$FIRMWARE" in
|
||||
tplink,tl-wr842n-v1|\
|
||||
ubnt,airrouter|\
|
||||
ubnt,bullet-m|\
|
||||
ubnt,nano-m|\
|
||||
ubnt,nanostation-m|\
|
||||
ubnt,rocket-m)
|
||||
caldata_extract "art" 0x1000 0x1000
|
||||
;;
|
||||
|
||||
@ -12,19 +12,19 @@
|
||||
|
||||
wps {
|
||||
label = "wps";
|
||||
gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_WPS_BUTTON>;
|
||||
};
|
||||
|
||||
wifi {
|
||||
label = "wifi";
|
||||
gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_RFKILL>;
|
||||
};
|
||||
|
||||
reset {
|
||||
label = "reset";
|
||||
gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_RESTART>;
|
||||
};
|
||||
};
|
||||
|
||||
@ -6,12 +6,6 @@
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
fon,fonera-20n)
|
||||
migrate_leds "^fonera20n:=fonera-20n:"
|
||||
;;
|
||||
intenso,memory2move)
|
||||
migrate_leds "^m2m:=memory2move:"
|
||||
;;
|
||||
lenovo,newifi-y1)
|
||||
migrate_leds "^y1:=newifi-y1:"
|
||||
;;
|
||||
@ -21,30 +15,18 @@ lenovo,newifi-y1s)
|
||||
netgear,wn3000rp-v3)
|
||||
migrate_leds "^wn3000rpv3:=wn3000rp-v3:"
|
||||
;;
|
||||
netgear,wndr3700-v5)
|
||||
migrate_leds "^wndr3700v5:=wndr3700-v5:"
|
||||
;;
|
||||
tplink,archer-c2-v1)
|
||||
migrate_leds "^c2-v1:=archer-c2-v1:"
|
||||
;;
|
||||
tplink,archer-c20-v1)
|
||||
migrate_leds "^c20-v1:=archer-c20-v1:"
|
||||
;;
|
||||
tplink,archer-c20-v4)
|
||||
migrate_leds "^c20-v4:=archer-c20-v4:"
|
||||
;;
|
||||
tplink,archer-c20i)
|
||||
migrate_leds "^c20i:=archer-c20i:"
|
||||
;;
|
||||
tplink,archer-c50-v1)
|
||||
migrate_leds "^c50:=archer-c50-v1:"
|
||||
;;
|
||||
tplink,archer-c50-v3)
|
||||
migrate_leds "^c50-v3:=archer-c50-v3:"
|
||||
;;
|
||||
tplink,archer-c50-v4)
|
||||
migrate_leds "^c50-v4:=archer-c50-v4:"
|
||||
;;
|
||||
tplink,archer-mr200)
|
||||
migrate_leds "^mr200:=archer-mr200:"
|
||||
;;
|
||||
11
target/linux/ramips/mt7621/base-files/etc/init.d/bootcount
Executable file
11
target/linux/ramips/mt7621/base-files/etc/init.d/bootcount
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=99
|
||||
|
||||
boot() {
|
||||
case $(board_name) in
|
||||
samknows,whitebox-v8)
|
||||
fw_setenv bootcount 0
|
||||
;;
|
||||
esac
|
||||
}
|
||||
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/functions/migrations.sh
|
||||
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
netgear,wndr3700-v5)
|
||||
migrate_leds "^wndr3700v5:=wndr3700-v5:"
|
||||
;;
|
||||
esac
|
||||
|
||||
migrations_apply system
|
||||
|
||||
exit 0
|
||||
@ -4,9 +4,6 @@ START=99
|
||||
|
||||
boot() {
|
||||
case $(board_name) in
|
||||
samknows,whitebox-v8)
|
||||
fw_setenv bootcount 0
|
||||
;;
|
||||
xiaomi,miwifi-nano)
|
||||
fw_setenv flag_boot_success 1
|
||||
;;
|
||||
@ -0,0 +1,22 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/functions/migrations.sh
|
||||
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
tplink,archer-c20-v4)
|
||||
migrate_leds "^c20-v4:=archer-c20-v4:"
|
||||
;;
|
||||
tplink,archer-c50-v3)
|
||||
migrate_leds "^c50-v3:=archer-c50-v3:"
|
||||
;;
|
||||
tplink,archer-c50-v4)
|
||||
migrate_leds "^c50-v4:=archer-c50-v4:"
|
||||
;;
|
||||
esac
|
||||
|
||||
migrations_apply system
|
||||
|
||||
exit 0
|
||||
@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions.sh
|
||||
. /lib/functions/migrations.sh
|
||||
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
fon,fonera-20n)
|
||||
migrate_leds "^fonera20n:=fonera-20n:"
|
||||
;;
|
||||
intenso,memory2move)
|
||||
migrate_leds "^m2m:=memory2move:"
|
||||
;;
|
||||
esac
|
||||
|
||||
migrations_apply system
|
||||
|
||||
exit 0
|
||||
Loading…
Reference in New Issue
Block a user