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:
Arne Fitzenreiter
2008-07-18 05:21:49 +02:00
parent 9fc9a4d037
commit 978af25b61
6 changed files with 351 additions and 463 deletions

View File

@@ -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