mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-23 18:05:20 +08:00
imagebuilder: don't rewrite package list output
No longer rewrite opkg list output in package_list function, remove the awk call in the pipe (which was intended for a single specific use-case). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
1b555e1d2b
commit
d80d1b6c42
@ -140,7 +140,7 @@ package_reload:
|
||||
|
||||
package_list: FORCE
|
||||
@$(MAKE) -s package_reload
|
||||
@$(OPKG) list --size 2>/dev/null | awk -F" - " '{printf "%s %s %s\n", $$1, $$2, $$3}'
|
||||
@$(OPKG) list --size 2>/dev/null
|
||||
|
||||
package_install: FORCE
|
||||
@echo
|
||||
|
Loading…
Reference in New Issue
Block a user