Skip to content

Commit

Permalink
Use board-package-(rock64|rockpro64) instead of linux-(rock64|rockpro…
Browse files Browse the repository at this point in the history
…64)-package
  • Loading branch information
ayufan committed Jul 21, 2018
1 parent 3915e6b commit 595aea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ linux-$(BOARD_TARGET)-$(RELEASE_NAME)_arm64.deb:
fpm -s empty -t deb -n linux-$(BOARD_TARGET) -v $(RELEASE_NAME) \
-p $@ \
--deb-priority optional --category admin \
--depends "linux-board-package-$(BOARD_TARGET)-$(LATEST_PACKAGE_VERSION)" \
--depends "board-package-$(BOARD_TARGET)-$(LATEST_PACKAGE_VERSION)" \
--depends "u-boot-rockchip-$(BOARD_TARGET)-$(LATEST_UBOOT_VERSION)" \
--depends "linux-image-$(LATEST_KERNEL_VERSION)" \
--depends "linux-headers-$(LATEST_KERNEL_VERSION)" \
Expand Down

0 comments on commit 595aea3

Please sign in to comment.