diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 17:08:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 11:27:06 +0200 |
commit | 6fa287a18e343e6764af136eeeb59ed6883d7382 (patch) | |
tree | 6edd0ee8af3d17617b3b5c0f71fc1f6302408d8a /package/apex/patches/patch-src_mach-ixp42x_openwrt-nslu2-armeb_config | |
parent | d27973139e605bdb85afd7558a871d1decab17d9 (diff) |
apex: bootloader for Linksys NSLU2
Diffstat (limited to 'package/apex/patches/patch-src_mach-ixp42x_openwrt-nslu2-armeb_config')
-rw-r--r-- | package/apex/patches/patch-src_mach-ixp42x_openwrt-nslu2-armeb_config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/apex/patches/patch-src_mach-ixp42x_openwrt-nslu2-armeb_config b/package/apex/patches/patch-src_mach-ixp42x_openwrt-nslu2-armeb_config new file mode 100644 index 000000000..fe182278c --- /dev/null +++ b/package/apex/patches/patch-src_mach-ixp42x_openwrt-nslu2-armeb_config @@ -0,0 +1,13 @@ +--- apex-main.orig/src/mach-ixp42x/openwrt-nslu2-armeb_config 2025-04-07 09:10:43.000000000 +0200 ++++ apex-main/src/mach-ixp42x/openwrt-nslu2-armeb_config 2025-04-08 20:18:52.524389031 +0200 +@@ -19,8 +19,8 @@ CONFIG_EXPERIMENTAL=y + # + # General Setup + # +-CONFIG_TARGET_DESCRIPTION="OpenWrt NSLU2/BE (8MiB Flash)" +-CONFIG_CROSS_COMPILE="armeb-openwrt-linux-" ++CONFIG_TARGET_DESCRIPTION="OpenADK NSLU2/BE (8MiB Flash)" ++CONFIG_CROSS_COMPILE="armeb-openadk-linux-" + CONFIG_AEABI=y + # CONFIG_DRIVER_LONG_LONG_SIZE is not set + CONFIG_CC_OPTIMIZE_FOR_SIZE=y |