Skip to content
Snippets Groups Projects
Commit c49330ad authored by Tom Herbers's avatar Tom Herbers Committed by David Bauer
Browse files

ipq40xx: remove nand strings from filenames

OpenWrt dropped the nand string from filenames in the ipq40xx target [1].

Therefore it's no longer neccesary to work arround it in Gluon.

[1] https://github.com/openwrt/openwrt/commit/d9f7c751c9772772473d226b1088e8dec31f3090
parent 2b1f79e7
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,7 @@ device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
-- GL.iNet
device('gl.inet-gl-ap1300', 'glinet_gl-ap1300', {
factory = '-squashfs-nand-factory',
factory_ext = '.ubi',
sysupgrade = '-squashfs-nand-sysupgrade',
sysupgrade_ext = '.bin',
})
device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
......@@ -131,8 +128,5 @@ device('zyxel-nbg6617', 'zyxel_nbg6617')
-- 8devices
device('8devices-jalapeno', '8dev_jalapeno', {
factory = '-squashfs-nand-factory',
factory_ext = '.ubi',
sysupgrade = '-squashfs-nand-sysupgrade',
sysupgrade_ext = '.bin',
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment