openwrt: Keep SFP LuCI app snapshot-only
This commit is contained in:
+6
-2
@@ -23,10 +23,14 @@ let
|
|||||||
target = "realtek";
|
target = "realtek";
|
||||||
variant = "rtl930x";
|
variant = "rtl930x";
|
||||||
profile = "xikestor_sks8300-8x";
|
profile = "xikestor_sks8300-8x";
|
||||||
packages = [ "luci" "ip-full" "ip-bridge" "ethtool-full" "luci-app-sfp-info" ];
|
packages = [ "luci" "ip-full" "ip-bridge" "ethtool-full" ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
openwrt-fergal = mkImage (fergal // { release = "snapshot"; });
|
openwrt-fergal = mkImage (fergal // {
|
||||||
|
release = "snapshot";
|
||||||
|
# The release feeds do not provide this LuCI app.
|
||||||
|
packages = fergal.packages ++ [ "luci-app-sfp-info" ];
|
||||||
|
});
|
||||||
openwrt-fergal-release = mkImage (fergal // { inherit release; });
|
openwrt-fergal-release = mkImage (fergal // { inherit release; });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user