X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fpatches-4.1%2F509-MIPS-ath79-process-board-kernel-option.patch;fp=target%2Flinux%2Far71xx%2Fpatches-4.1%2F509-MIPS-ath79-process-board-kernel-option.patch;h=42f6b77e8fb6dbade12d4bee0ce92cb25807e859;hp=0000000000000000000000000000000000000000;hb=78b1a6b773aaebdeff6f6b43df98598749e44930;hpb=d26e8d9439052ed8f433b6ffb15a5f0c54712121 diff --git a/target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch b/target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch new file mode 100644 index 0000000000..42f6b77e8f --- /dev/null +++ b/target/linux/ar71xx/patches-4.1/509-MIPS-ath79-process-board-kernel-option.patch @@ -0,0 +1,11 @@ +--- a/arch/mips/ath79/setup.c ++++ b/arch/mips/ath79/setup.c +@@ -229,6 +229,8 @@ void __init plat_time_init(void) + mips_hpt_frequency = cpu_clk_rate / 2; + } + ++__setup("board=", mips_machtype_setup); ++ + static int __init ath79_setup(void) + { + ath79_gpio_init();