forked from DGNum/liminix
whitespace
This commit is contained in:
parent
f682b26c29
commit
c1ad139310
2 changed files with 3 additions and 3 deletions
|
@ -64,8 +64,8 @@
|
||||||
hash = "sha256-PkdzUKZ0IpBiWe/RS70J76JKnBFzRblWcKlaIFNxnHQ=";
|
hash = "sha256-PkdzUKZ0IpBiWe/RS70J76JKnBFzRblWcKlaIFNxnHQ=";
|
||||||
};
|
};
|
||||||
extraPatchPhase = ''
|
extraPatchPhase = ''
|
||||||
${pkgs.openwrt.applyPatches.mvebu}
|
${pkgs.openwrt.applyPatches.mvebu}
|
||||||
'';
|
'';
|
||||||
config = {
|
config = {
|
||||||
PCI = "y";
|
PCI = "y";
|
||||||
OF = "y";
|
OF = "y";
|
||||||
|
|
|
@ -24,7 +24,7 @@ in {
|
||||||
cd $out
|
cd $out
|
||||||
${if wantsDtb then "cp ${o.dtb} dtb" else "true"}
|
${if wantsDtb then "cp ${o.dtb} dtb" else "true"}
|
||||||
cp ${o.initramfs} initramfs
|
cp ${o.initramfs} initramfs
|
||||||
cp ${o.zimage} kernel
|
cp ${o.zimage} kernel
|
||||||
mkdir extlinux
|
mkdir extlinux
|
||||||
cat > extlinux/extlinux.conf << _EOF
|
cat > extlinux/extlinux.conf << _EOF
|
||||||
menu title Liminix
|
menu title Liminix
|
||||||
|
|
Loading…
Reference in a new issue