|
|
@@ -9,63 +9,59 @@ Signed-off-by: Eneas U de Queiroz <[email protected]>
|
|
|
|
|
|
--- /dev/null
|
|
|
+++ b/Configurations/25-openwrt.conf
|
|
|
-@@ -0,0 +1,59 @@
|
|
|
+@@ -0,0 +1,55 @@
|
|
|
+## Openwrt "CONFIG_ARCH" matching targets.
|
|
|
+
|
|
|
+# The targets need to end in '-openwrt' for the AFALG patch to work
|
|
|
+
|
|
|
+my %targets = (
|
|
|
-+ "openwrt" => {
|
|
|
-+ template => 1,
|
|
|
-+ CFLAGS => add("\$(OPENWRT_OPTIMIZATION_FLAGS)"),
|
|
|
-+ },
|
|
|
+ "linux-aarch64-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-aarch64", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-aarch64" ],
|
|
|
+ },
|
|
|
+ "linux-arc-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-latomic", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-latomic" ],
|
|
|
+ },
|
|
|
+ "linux-arm-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-armv4", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-armv4" ],
|
|
|
+ },
|
|
|
+ "linux-armeb-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-armv4", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-armv4" ],
|
|
|
+ },
|
|
|
+ "linux-i386-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-x86", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-x86" ],
|
|
|
+ },
|
|
|
+ "linux-loongarch64-openwrt" => {
|
|
|
-+ inherit_from => [ "linux64-loongarch64", "openwrt" ],
|
|
|
++ inherit_from => [ "linux64-loongarch64" ],
|
|
|
+ },
|
|
|
+ "linux-mips-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-mips32", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-mips32" ],
|
|
|
+ },
|
|
|
+ "linux-mips64-openwrt" => {
|
|
|
-+ inherit_from => [ "linux64-mips64", "openwrt" ],
|
|
|
++ inherit_from => [ "linux64-mips64" ],
|
|
|
+ },
|
|
|
+ "linux-mips64el-openwrt" => {
|
|
|
-+ inherit_from => [ "linux64-mips64", "openwrt" ],
|
|
|
++ inherit_from => [ "linux64-mips64" ],
|
|
|
+ },
|
|
|
+ "linux-mipsel-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-mips32", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-mips32" ],
|
|
|
+ },
|
|
|
+ "linux-powerpc-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-ppc", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-ppc" ],
|
|
|
+ },
|
|
|
+ "linux-powerpc64-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-ppc64", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-ppc64" ],
|
|
|
+ perlasm_scheme => "linux64v2",
|
|
|
+ },
|
|
|
+ "linux-riscv64-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-generic64", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-generic64" ],
|
|
|
+ perlasm_scheme => "linux64",
|
|
|
+ },
|
|
|
+ "linux-x86_64-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-x86_64", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-x86_64" ],
|
|
|
+ },
|
|
|
+
|
|
|
+### Basic default option
|
|
|
+ "linux-generic32-openwrt" => {
|
|
|
-+ inherit_from => [ "linux-generic32", "openwrt" ],
|
|
|
++ inherit_from => [ "linux-generic32" ],
|
|
|
+ },
|
|
|
+);
|