mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 11:39:29 -04:00
`$(MAKE) package_index` will generate Packages.sig if signing is enabled, and Packages.sig is always newer than Packages.gz, cause repeated generation of package index on next build. So we should ignore Packages.sig. Signed-off-by: Liangbin Lian <jjm2473@gmail.com>