65 Commits

Author SHA1 Message Date
骷髅头
750f418dfa
Update Config-images.in 2024-06-29 14:17:57 +08:00
DHDAXCW
d7e948ea32 sync 2024-06-29 14:15:52 +08:00
骷髅头
96f2a99b94
Update Config-images.in 2024-03-22 14:08:56 +08:00
DHDAXCW
a432948460 fix sync 2024-03-20 17:28:21 +08:00
骷髅头
0ccf869b3e
Update Config-images.in 2023-01-26 12:44:07 +08:00
DHDAXCW
a43c387f80 fix 86 2023-01-26 04:40:32 +00:00
DHDAXCW
8ea6d6666a sync fix 2023-01-26 03:46:52 +00:00
骷髅头
fa524b7e1d
Update Config-images.in 2023-01-26 07:58:35 +08:00
DHDAXCW
cb13999c4c fix... 2023-01-22 01:51:30 +00:00
DHDAXCW
20a6149d5b sync 2023-01-21 10:42:33 +00:00
DHDAXCW
453d0e8694 fix 2023-01-05 03:51:37 +00:00
DHDAXCW
3faba6ab12 rockchip:fix 6.1 kernel build 2022-12-20 06:50:19 +00:00
aakkll
7d11f9ad7a
x86: added support to generate VHDX images (#8399)
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>

Co-authored-by: Oldřich Jedlička <oldium.pro@gmail.com>
2021-12-08 16:10:18 +08:00
Beginner
9b519e7747
base-files: add option to make /var persistent (#7719)
* base-files: add option to make /var persistent

In OpenWrt, /var is symlinked to /tmp by default. This is done to reduce
the amount of writes to the flash chip, which often have not the
greatest durability. As a result, things like DHCP or UPnP lease files,
are not persistent across reboots.

Since OpenWrt can run on devices with more durable storage, it makes
sense to have an option for a persistent /var. Add an option to make
/var persistent. When enabled, /var will no longer be symlinked to /tmp,
but /var/run will be symlink to /tmp/run, as it should contains only
files that should not be kept during reboot. The option is off by
default, to maintain the current behaviour.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

* base-files: fix option to make /var persistent

The option was initially named TARGET_ROOTFS_LN_VAR_TMP, and the check
was correct. When renaming the option to something more suitable, the
check was changed to check for n, but when an option is not set, it's
not n but empty. This results in the check always evaluating to false.
Fix the check by checking for y with ifneq.

Fixes: 57807f50ded6 ("base-files: add option to make /var persistent")

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

Co-authored-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-08-24 19:13:55 +08:00
coolsnowwolf
a7e39ff214 x86: gen EFI image only by default 2021-06-30 17:30:55 +08:00
lean
13ae7ee67d x86: add Hyper-V & PVE image build 2021-06-20 00:29:29 +08:00
lean
363a33eeca target: get rip of some compents by default 2021-06-19 21:55:38 +08:00
lean
e63bfdca57 ramips: fix mt7620a 8M support 2021-06-19 18:09:39 +08:00
lean
b45204b3d9 image: tune rootfs size 2021-06-15 18:30:21 +08:00
lean
a3f1e837fd x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
lean
7a50383ab6 add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
coolsnowwolf
88aed2924e autocore: x86 change RPS/XPS handling to all CPUs 2020-07-06 16:13:07 +08:00
coolsnowwolf
0c95d8abf1 ipq40xx: rework with new v5.4 essedma eth setting 2020-07-03 12:17:04 +08:00
coolsnowwolf
33abeff31c Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
coolsnowwolf
378ca0f03e x64: add EFI Image boot from emmc SSD support 2020-06-23 23:44:27 +08:00
AmadeusGhost
dcc9b1d8f7
bcm27xx: fix wireless dependence (#3161) 2020-02-18 12:15:28 +08:00
AmadeusGhost
61341499df
brcm2708: rename target to bcm27xx (#3098)
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-02-17 10:36:14 +08:00
coolsnowwolf
ecea39f109 Revert "files: sync from openwrt v19.07 (#2690)"
This reverts commit 2289184a623c4da882a376abb649969dee73654f.
2020-02-03 12:33:25 +08:00
AmadeusGhost
2289184a62
files: sync from openwrt v19.07 (#2690) 2020-02-01 16:50:37 +08:00
AmadeusGhost
5e942cf804 update some packages to latest version (#2760) 2020-01-13 09:47:13 +08:00
LEAN-ESX
f6984f6389 config: refresh default config for Raspberry Pi 2019-10-20 04:59:56 -07:00
LEAN-ESX
5d7cb6ae8b x86: partition resize to 160MB 2019-10-08 08:41:28 -07:00
coolsnowwolf
472192311a fix vhdx and kvm qcow2 support 2019-01-03 21:06:34 +08:00
coolsnowwolf
14d020a77a adjust x86/x64 target 2019-01-03 20:10:40 +08:00
coolsnowwolf
347daa04b2 Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00
coolsnowwolf
284d78043e adjust SQUASHFS block to 256 2018-10-20 18:27:58 +08:00
coolsnowwolf
3ac15bbed8 speedup luci and memory optimization (need to update feeds) 2018-10-20 02:01:14 +08:00
coolsnowwolf
1c4bad1c05 increase firmware free ram and luci respnse speed 2018-10-19 14:04:27 +08:00
coolsnowwolf
502594357b fix vhdx typo 2018-10-14 15:28:57 +08:00
coolsnowwolf
17d0fb76af add generate Proxmox VE and KVM qcow2 support in x86/x64 2018-10-14 15:27:07 +08:00
coolsnowwolf
5b52dc211f add generate Hyper-V VHDX image in x86/x64 target (need install qemu-utils in host first) 2018-10-14 15:07:31 +08:00
coolsnowwolf
d09bc5abe4
fix typo Config-images.in 2018-10-09 21:15:09 +08:00
coolsnowwolf
6bb59caa64 no select Build EFI GRUB images for x86/x64 2018-10-09 20:55:57 +08:00
coolsnowwolf
fa33774bdc Enable x86/x64 to Generate EFI grub images 2018-10-09 00:13:34 +08:00
coolsnowwolf
3490ccb7a3 add watchdog for DNS cache 2018-10-08 02:10:17 +08:00
coolsnowwolf
ece7b999e6 sunxi: fix build without ext4 rootfs 2018-10-06 22:32:43 +08:00
coolsnowwolf
db6251d3b6 reduce image size to fit 8M SPI router 2018-08-24 14:11:29 +08:00
coolsnowwolf
d7b3db247c default image settings for x86/x64 2018-08-23 17:45:41 +08:00
coolsnowwolf
9ba04fd0d7 sync with OpenWrt v18.06.1 stable new R8.1 version 2018-08-23 17:40:23 +08:00
coolsnowwolf
a9fe34a71f reduce kernel size for ipq40xx 2018-04-23 18:57:22 +08:00