This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2024-12-26 17:01:14 +00:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
8660d95860
openwrt
/
target
/
linux
/
ipq40xx
/
mikrotik
/
target.mk
5 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
ipq40xx: add MikroTik subtarget MikroTik devices require the use of raw vmlinux out of the self extracting compressed kernels. They also require 4K sectors, kernel2minor, partition parser as well as RouterBoard platform drivers. So in order to not add unnecessary code to the generic sub target lets introduce a MikroTik sub target. Signed-off-by: Robert Marko <robimarko@gmail.com>
2020-11-12 17:13:26 +00:00
BOARDNAME
:=
MikroTik
ipq40xx: Drop nand features from Chromium image This target doesn't actually use NAND. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16001 Signed-off-by: Robert Marko <robimarko@gmail.com>
2022-11-07 06:14:22 +00:00
FEATURES
+=
minor nand
ipq40xx: add MikroTik subtarget MikroTik devices require the use of raw vmlinux out of the self extracting compressed kernels. They also require 4K sectors, kernel2minor, partition parser as well as RouterBoard platform drivers. So in order to not add unnecessary code to the generic sub target lets introduce a MikroTik sub target. Signed-off-by: Robert Marko <robimarko@gmail.com>
2020-11-12 17:13:26 +00:00
KERNEL_IMAGES
:=
vmlinux
IMAGES_DIR
:=
compressed
Reference in New Issue
Copy Permalink