Skip to content

Commit

Permalink
[bot] AutoMerging: merge all upstream's changes:
Browse files Browse the repository at this point in the history
* https://github.com/coolsnowwolf/lede:
  ipq95xx: add initial target support
  mediatek: add device pacakges for JDCloud AX6000
  • Loading branch information
zesming committed Dec 8, 2023
2 parents 21f27fb + 22134ba commit 61e98be
Show file tree
Hide file tree
Showing 49 changed files with 10,859 additions and 0 deletions.
18 changes: 18 additions & 0 deletions target/linux/ipq95xx/Makefile
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))
3 changes: 3 additions & 0 deletions target/linux/ipq95xx/base-files/etc/inittab
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
Loading

0 comments on commit 61e98be

Please sign in to comment.