mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Changed Kernel cfg. (Size of ramdisk, disabled HiRes Timer,
enabled some driver in non-SMP kernel) Removed special v4l-dvb config (auto works now)
This commit is contained in:
@@ -78,7 +78,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cp -f $(DIR_SRC)/config/v4l-dvb/config $(DIR_APP)/v4l/.config
|
||||
# cp -f $(DIR_SRC)/config/v4l-dvb/config $(DIR_APP)/v4l/.config
|
||||
ifeq "$(SMP)" "1"
|
||||
cd $(DIR_APP) && make release VER=$(KVER)-ipfire-smp
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user