iscilyas / openwrt-r3p

Xiaomi Mi Router 3 Pro
GNU General Public License v2.0
63 stars 7 forks source link

build: fix file import for older make versions #3

Closed andrey-kiselev closed 5 years ago

andrey-kiselev commented 5 years ago

Hi ilyas! There is a small issue in package/ramips/drivers/mt7615e/Makefile, which is using file < configs.txt on line 35. This syntax is only working with make newer than 4.2, while the default make for current LTS Ubuntu is still 4.1. So, I think, it makes sense to import using shell cat until make gets updated.