Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mgqnfoqv7k2w
AutoBuildImmortalWrt
Commits
841a71a5
"git@developer.sourcefind.cn:kecinstone/2024-pra-vllm.git" did not exist on "415d1095278d896135728a54b4307dde3bc83243"
Commit
841a71a5
authored
Oct 31, 2024
by
wukongdaily
Browse files
格式限定
parent
5484e8ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
.github/workflows/build.yml
.github/workflows/build.yml
+1
-0
Makefile
Makefile
+35
-0
No files found.
.github/workflows/build.yml
View file @
841a71a5
...
...
@@ -19,6 +19,7 @@ jobs:
--user root \
-v "${{ github.workspace }}/bin:/home/build/immortalwrt/bin" \
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \
-v "${{ github.workspace }}/Makefile:/home/build/immortalwrt/target/linux/x86/Makefile" \
-v "${{ github.workspace }}/build.sh:/home/build/immortalwrt/build.sh" \
immortalwrt/imagebuilder:x86-64-openwrt-23.05.4 /bin/sh /home/build/immortalwrt/build.sh
...
...
Makefile
0 → 100644
View file @
841a71a5
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2006-2011 OpenWrt.org
include
$(TOPDIR)/rules.mk
ARCH
:=
i386
BOARD
:=
x86
BOARDNAME
:=
x86
FEATURES
:=
squashfs pcmcia targz fpu boot-part rootfs-part
SUBTARGETS
:=
64 generic legacy geode
KERNEL_PATCHVER
:=
5.15
KERNELNAME
:=
bzImage
include
$(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES
+=
alsa-utils partx-utils mkf2fs fdisk kmod-button-hotplug kmod-usb-hid kmod-e1000e
\
kmod-i40e kmod-igb kmod-igbvf kmod-igc kmod-ixgbe kmod-ixgbevf kmod-pcnet32
\
kmod-tulip kmod-vmxnet3 kmod-r8101 kmod-r8125 kmod-r8126 kmod-r8168 kmod-8139cp
\
kmod-8139too kmod-fs-f2fs kmod-ac97 kmod-sound-hda-core kmod-sound-hda-codec-realtek
\
kmod-sound-hda-codec-via kmod-sound-via82xx kmod-sound-hda-intel kmod-sound-hda-codec-hdmi
\
kmod-sound-i8x0 kmod-usb-audio kmod-usb-net kmod-usb-net-asix kmod-usb-net-asix-ax88179
\
kmod-usb-net-rtl8150 kmod-usb-net-rtl8152-vendor grub2-bios-setup intel-igpu-firmware-dmc
\
autocore automount
$(eval
$(call
BuildTarget))
$(eval
$(call
$(if
$(CONFIG_ISO_IMAGES),SetupHostCommand,Ignore),mkisofs,
\
Please
install
mkisofs.
,
\
mkisofs
-v
2>&1
,
\
genisoimage
-v
2>&1
|
grep
genisoimage,
\
xorrisofs
-v
2>&1
|
grep
xorriso
\
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment