| 12345678910111213141516171819202122232425262728 |
- --- a/target/linux/amlogic/image/meson8b.mk
- +++ b/target/linux/amlogic/image/meson8b.mk
- @@ -11,7 +11,8 @@ endef
-
- define Device/thunder-onecloud
- DEVICE_DTS := meson8b-onecloud
- - DEVICE_TITLE := Thunder OneCloud
- + DEVICE_TITLE := OneCloud 玩客云
- + DEVICE_PACKAGES += kmod-usb-net-rtl8152
- KERNEL_LOADADDR := 0x00208000
- IMAGE/emmc.img := boot-script onecloud | emmc-common $$(DEVICE_NAME)
- endef
- --- a/target/linux/amlogic/image/Makefile
- +++ b/target/linux/amlogic/image/Makefile
- @@ -88,4 +88,12 @@ endef
-
- include $(SUBTARGET).mk
-
- +define Image/Build
- + if [ "$(PROFILE_SANITIZED)" == "thunder-onecloud" ]; then \
- + export BIN_DIR=$(BIN_DIR); \
- + cd /data/packit/openwrt-onecloud || true; \
- + . ~/packit/packit_onecloud1.sh || true; \
- + fi
- +endef
- +
- $(eval $(call BuildImage))
|