forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: ipq95xx: add initial target support mediatek: add device pacakges for JDCloud AX6000
- Loading branch information
Showing
49 changed files
with
10,859 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
ARCH:=aarch64 | ||
BOARD:=ipq95xx | ||
BOARDNAME:=Qualcomm Atheros IPQ95XX | ||
FEATURES:=squashfs fpu ramdisk nand pcie | ||
CPU_TYPE:=cortex-a73 | ||
SUBTARGETS:=generic | ||
|
||
KERNELNAME:=Image dtbs | ||
KERNEL_PATCHVER:=6.1 | ||
|
||
include $(INCLUDE_DIR)/target.mk | ||
|
||
DEFAULT_PACKAGES += \ | ||
e2fsprogs uboot-envtools kmod-leds-gpio kmod-gpio-button-hotplug | ||
|
||
$(eval $(call BuildTarget)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
::sysinit:/etc/init.d/rcS S boot | ||
::shutdown:/etc/init.d/rcS K shutdown | ||
ttyMSM0::askfirst:/usr/libexec/login.sh |
Oops, something went wrong.